This repository contains Jupyter Notebooks explaining Data Science concepts.
- Advanced Indexing in Pandas
- This notebook aims to simplify Multi-level indexing or hierarchial indexing or Advanced Indexing concept of Pandas using a real world dataset. It also contains interactive examples explaining each section.
- Refer this article published in Medium with Towards Data Science
- Filtering Indexes in Pandas
- This notebook aims to simplify multiple ways of filtering Pandas Indexes using a real world dataset. It also contains interactive examples explaining each section.
- Refer this article published in Medium with TheStartup