Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NADC Library to Python 3 #2

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Update NADC Library to Python 3 #2

wants to merge 19 commits into from

Commits on Sep 11, 2019

  1. Update .gitignore

    Added VS ignore
    dbbring authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    461109c View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    dbbring authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    057a44f View commit details
    Browse the repository at this point in the history
  3. Fix print statements

    dbbring committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    a2e7a41 View commit details
    Browse the repository at this point in the history
  4. Fixed newline from \N to \n

    dbbring committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    f0f05b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    895bc91 View commit details
    Browse the repository at this point in the history
  2. Upgraded function for parsing Form A 1 to python 3.x. Moved Downloade…

    …d data to actual folder.
    dbbring committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    dd1208a View commit details
    Browse the repository at this point in the history
  3. Finished porting remaining parsing methods to py3. TODO - Parse form …

    …6, dedupe and upload to DB
    dbbring committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    73014e2 View commit details
    Browse the repository at this point in the history
  4. Added Debug Statements

    dbbring committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    4fe0ee8 View commit details
    Browse the repository at this point in the history
  5. Fixed return value bug in parser.py

    dbbring committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    63b7226 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. Configuration menu
    Copy the full SHA
    8095e34 View commit details
    Browse the repository at this point in the history
  2. Handled Expenditures and Bad Dates

    dbbring committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    e2c5135 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Working on dedupe functions in utils. NaN error on line 219. both ded…

    …upe need finished.
    dbbring committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    1e59562 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Finished deduping functions

    dbbring committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    780c45e View commit details
    Browse the repository at this point in the history
  2. Added todos

    dbbring committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    9e6fbd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. Merge pull request #1 from dbbring/Python3

    Python3
    dbbring authored Oct 5, 2019
    Configuration menu
    Copy the full SHA
    eb9f0b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Dropped fabric

    dbbring authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    b472d72 View commit details
    Browse the repository at this point in the history
  2. Add License

    dbbring authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    22b5cf6 View commit details
    Browse the repository at this point in the history
  3. Edit License

    dbbring authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    addcd35 View commit details
    Browse the repository at this point in the history
  4. Update ReadMe

    dbbring authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    9ef0150 View commit details
    Browse the repository at this point in the history