https://github.com/aaronpeikert/default-data-example

https://github.com/aaronpeikert/default-data-example

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: aaronpeikert
  • Language: Python
  • Default Branch: main
  • Size: 12.7 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Default Data Example

Getting Started

data/ includes the mini example used in the policy.

addionally there is the defaultdata.py script which will check that everything in data/ adhered to the default data standard.

chmod +x defaultdata.py ./defaultdata.py check ./defaultdata.py package

  • check will check the basic filestructure and allert you if anything is missing
  • package will turn the sidecar yaml(s) into a Frictionless datapackage.json

Optional

There is a copy of this repo on GitHub on which you can test the Frictionless GitHub integration:

Install the package:

bash pip install frictionless[github] --pre pip install 'frictionless[github]' --pre # for zsh shell

Read the basic example:

```python from frictionless import Package

package = Package("https://github.com/aaronpeikert/default-data-example") print(package.getresource('happiness').readrows()) ```

In R, you have to download the git repo, but then frictionless works as well:

r frictionless::read_resource(frictionless::read_package(), "happiness")

Creating a binary (for no python install)

pyinstaller --onefile defaultdata.py

Owner

  • Name: Aaron Peikert
  • Login: aaronpeikert
  • Kind: user

GitHub Events

Total
  • Push event: 4
  • Create event: 2
Last Year
  • Push event: 4
  • Create event: 2

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • PyYAML ==6.0.2