Data Professional analysis added

master
mehulnagpurkar 2020-05-02 22:15:36 +10:00
parent f47b29b6a6
commit 4791984d54
6 changed files with 3482 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

4
.gitignore vendored 100644
View File

@ -0,0 +1,4 @@
.DS_Store
DataProfessionals/.ipynb_checkpoints/Salary_Analysis-checkpoint.ipynb
.DS_Store

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,12 @@
# Portfolio Analysis using Python
## Getting Started
1. Open the jupyter notebook
2. Install the required libraries (optional)
4. Execute the code
## Data Files
1. stocks_analysis.csv is a file that calculated the metrics mentioned in the medium article
2. stocks_analysis.xlsx is a formatted version of the csv with the ticker symbols mapped to the company names

File diff suppressed because one or more lines are too long