1) Installation To install the required libraries, run:
pip install -r requirements.txt
2) Usage
To run the web scraper, run:
in order to extract .xlsx file with datasets for each important aspect of the companie or stock that youre interested in. the Symbol variable is where you should put the convention, for example EC for Ecopetrol data.
This .xlsx file can then be read by eda_generator.py that automatically proceeds to create EDA jupyter notebook files for each sheet of the .xlsx file you just generated.
is a file that can extract important chat in PNG using the same symbol that you used in main_stock_finantial. the EDA jupyter notebooks that are in this repository where created using eda_generator.py and implement sweetviz librarie for data analysis creating an HTML report for each excel file.
git_hub link to project repository
automatically generated EDA files are uploaded but can’t be read as normally in Github because Colab and github use different notation for the json metadata of the notebook, specifically Github uses:”execution_count”: null and Colab uses “execution_count”: ‘null’, but these files are meant to be used in colab, So, I’m just gonna leave one of the EDA’s shared from colab in order for you to be able to watch the final product.