From 87472cbe8f20612b21f26f8b1a8e8f3c2d55163d Mon Sep 17 00:00:00 2001 From: Gabriel Kosmacher <73120774+kennykos@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:40:53 -0500 Subject: 6 turn UI security inventory 23 parsingipynb into python script (#5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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”> --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3ff48d8..75f86c5 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3