Skip to content

Commit

Permalink
Adds ClearlyDefined Data Importing Functions
Browse files Browse the repository at this point in the history
Adds postgres.py to connect to and fetch data from postgres database.
Adds load_results_file.py and load_results_package.py for loading scancode results
data into MultiIndexed Pandas DataFrames.
Adds .ipynb files for each file, to explain code and show the DataFrames.

Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
  • Loading branch information
AyanSinhaMahapatra committed Jun 28, 2020
1 parent 78cad02 commit a1926a6
Show file tree
Hide file tree
Showing 8 changed files with 4,034 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.idea/
.ipynb_checkpoints/
**hdf5/
**.h5
src/notebooks/junk*
src/results_analyze/__init__.py
src/results_analyze/__pycache__/
src/notebooks/dask-worker-space/
src/results_analyze/data/credentials.json
Loading

0 comments on commit a1926a6

Please sign in to comment.