An open API service indexing awesome lists of open source software.

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

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/