A curated collection of Jupyter notebooks covering core tools for data analysis and web interactions in Python.
- Pandas
- DataFrame creation and selection (
loc
,iloc
, slicing) - Loading data from CSV/Excel/APIs
- DataFrame creation and selection (
- NumPy
- Array operations, broadcasting, and mathematical functions
- APIs & HTTP Requests
- REST API interactions,
requests
library, and JSON handling
- REST API interactions,
- Clone the repo:
git clone https://github.com/yourusername/Python-Data-Science-Fundamentals.git