Science Score: 33.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    2 of 4 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary

Keywords

ord
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: USEPA
  • License: cc0-1.0
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 131 MB
Statistics
  • Stars: 18
  • Watchers: 5
  • Forks: 21
  • Open Issues: 4
  • Releases: 0
Topics
ord
Created almost 8 years ago · Last pushed almost 7 years ago

https://github.com/USEPA/FDTool/blob/master/

#### README: Algorithm to mine for functional dependencies, equivalences and candidate keys

##### Description: 
FDTool is a Python command-line application that mines functional dependencies, equivalences and
candidate keys from datasets read in from .csv, .txt, and .pkl files.

##### Dependencies:

  1. [Python2](https://www.python.org/) (version 2.7.8 or later recommended)

  2. [Pandas](https://pandas.pydata.org/); pip install pandas

##### Configuration:

Edit ```REPO\fdtool\config.py``` prior to building setup to
change preset time limit or max k-level. Include (optional) custom outfile
name after command to run application.

##### Build setup:
```
$ git clone https://github.com/USEPA/FDTool.git
$ cd FDTool
$ python setup.py install
```

##### Run Application:
```	
$ fdtool /path/to/file
```

##### Output:
![output](images/sampleOutput.PNG)

##### DOI Badge:
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3245414.svg)](https://doi.org/10.5281/zenodo.3245414)

##### Notes:
Module ```REPO/fdtool/modules/dbschema``` released under C-FSL license 
and copyright held by Elmar Stellnberger.





Owner

  • Name: U.S. Environmental Protection Agency
  • Login: USEPA
  • Kind: organization
  • Location: United States of America

GitHub Events

Total
  • Watch event: 1
  • Fork event: 3
Last Year
  • Watch event: 1
  • Fork event: 3

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 51
  • Total Committers: 4
  • Avg Commits per committer: 12.75
  • Development Distribution Score (DDS): 0.235
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Buranosky b****w@e****v 39
unknown m****y@a****v 9
Buranosky m****7@a****u 2
rwashing523 w****e@e****v 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 3
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 3
  • Total pull request authors: 1
  • Average comments per issue: 0.33
  • Average comments per pull request: 3.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
  • Mou-Torabinejad (1)
  • romulusFR (1)
  • LorenzoVela (1)
Pull Request Authors
  • Devilmoon (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 23 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 1
  • Total maintainers: 1
pypi.org: fdtool

Identify functional dependencies, equivalences, and candidate keys in tabular data

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 23 Last month
Rankings
Forks count: 9.1%
Dependent packages count: 10.1%
Stargazers count: 14.2%
Average: 18.5%
Dependent repos count: 21.6%
Downloads: 37.7%
Maintainers (1)
Last synced: 10 months ago