Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85eb049

Browse files
authored
Create README for personalized notebooks
Added a README file detailing personalized notebooks and its contents.
1 parent 39b50a7 commit 85eb049

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

personalized-notebooks/README

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Personalized Notebooks
2+
3+
This section contains all the personally edited/enhanced notebooks by me.
4+
Originally forked notebooks are present here as [notebooks](https://github.com/S33mi/jpmc-python-training-notes/tree/main/notebooks).
5+
6+
The repo has these main notebooks
7+
8+
- 0_best_practices.ipynb → Python style & tips for finance pros
9+
- 1_basic.ipynb → Core intro (variables, lists, loops, functions)
10+
- 2_straddle.ipynb → Options pricing example (straddle payoff)
11+
- 3_flights.ipynb → Pandas data cleaning & analysis (flight delays dataset)
12+
- 4_webapi.ipynb → Fetching data from APIs
13+
- 5_website.ipynb → Basic web scraping
14+
- 6_financial_data.ipynb → Pulling real stock/FX data (uses pandas_datareader, yfinance, etc.) (orignal repo does not contain any examples for 6_financial_data.ipynb)
15+
- 7_advanced_plotting.ipynb → Fancy Matplotlib/Seaborn charts
16+
- 8_altman_z_double_prime.ipynb → Altman Z-score for bankruptcy prediction
17+
- 9_3d_plotting.ipynb → 3D visualizations
18+
19+
For financial data more practice check this repository.
20+
Credit Fraud Analytics — Analysis of credit card transaction data for fraud detection using anomaly detection techniques → [credit-fraud-analytics](https://github.com/S33mi/credit-fraud-analytics)

0 commit comments

Comments
 (0)