https://github.com/lancelote/the-pandas-dataframe
My notes while going through "The Pandas DataFrame: Working With Data Efficiently" by Real Python
https://github.com/lancelote/the-pandas-dataframe
Last synced: about 2 months ago
JSON representation
My notes while going through "The Pandas DataFrame: Working With Data Efficiently" by Real Python
- Host: GitHub
- URL: https://github.com/lancelote/the-pandas-dataframe
- Owner: lancelote
- Created: 2022-07-21T15:24:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T21:32:08.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T00:12:50.124Z (2 months ago)
- Language: Jupyter Notebook
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# the-pandas-dataframe
My notes while going through "[The Pandas DataFrame: Working With Data Efficiently][course]" by [Real Python][realpython]
## TOC
- [x] [The Pandas DataFrame: Working With Data Efficiently](src/section1.ipynb)
- [ ] Creating Pandas DataFrames
- [ ] Accessing and Modifying Data
- [ ] Sorting, Filtering, and Handling Missing Data
- [ ] Working With Time Series and Plotting Data[course]: https://realpython.com/courses/pandas-dataframe-working-with-data/
[realpython]: https://realpython.com/