Skip to content

Commit

Permalink
Update file type
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-fe committed Dec 4, 2018
1 parent b1b2b31 commit 4b67fdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
stock-data/
readme.txt
*.pickle
*.pkl
*.html
4 changes: 2 additions & 2 deletions program.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

SCRIPT_LOC = os.path.join(os.path.dirname(os.path.realpath(__file__)))
CIK_CSV_LOC = os.path.join(SCRIPT_LOC, 'cik.csv')
PICKLE_LOC_1 = os.path.join(SCRIPT_LOC, 'cik_dataframe.pickle')
PICKLE_LOC_2 = os.path.join(SCRIPT_LOC, 'sec_dataframe.pickle')
PICKLE_LOC_1 = os.path.join(SCRIPT_LOC, 'cik_dataframe.pkl')
PICKLE_LOC_2 = os.path.join(SCRIPT_LOC, 'sec_dataframe.pkl')
HTML_LOC = os.path.join(SCRIPT_LOC, 'tables.html')

HTML_COLUMNS = [
Expand Down

0 comments on commit 4b67fdf

Please sign in to comment.