diff options
| author | Gabriel Kosmacher <73120774+kennykos@users.noreply.github.com> | 2023-06-29 15:40:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-29 15:40:53 -0500 |
| commit | 87472cbe8f20612b21f26f8b1a8e8f3c2d55163d (patch) | |
| tree | 5266b052fcf68b6511b39e9a361d465925a89149 /.gitignore | |
| parent | 3a10bd84157892f9160b5a8b80c6ceb366556703 (diff) | |
6 turn UI security inventory 23 parsingipynb into python script (#5)
* commit clean notebook
* initilizing investments cleaning script
* finishing up command line prompts, being processing data
* investment_cleaning.py script is implemented
* Investment Cleaning Script is Implemented
---------
Co-authored-by: kennykos <“gkosmacher01@gmail.com”>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,9 +1,13 @@ # Jupyter Notebook .ipynb_checkpoints +## Pycache +scripts/__pycache__ + # Directory's to ignore .conda .idea +.vscode # Private Data -data/FFIS-CU200-2021-Q4.xlsx +data/FFIS-CU200-2021-Q4.xlsx
\ No newline at end of file |
