Series Fundamentals
2 Topics
Creating and Understanding Series
5 Sub-topics
Creating Series from Lists
Creating Series from Dictionaries
Creating Series from NumPy Arrays
Creating Series with Custom Index
Series Attributes - index, values, dtype, shape, size
Series Operations and Manipulation
7 Sub-topics
Accessing Elements by Position
Accessing Elements by Label
Boolean Indexing in Series
Series Arithmetic Operations
Series Mathematical Methods
Checking and Handling Missing Values in Series
DataFrame Fundamentals
4 Topics
Creating DataFrames
5 Sub-topics
Creating DataFrame from Dictionary of Lists
Creating DataFrame from List of Dictionaries
Creating DataFrame from NumPy Arrays
Creating DataFrame from Series
DataFrame Attributes - shape, size, columns, index, dtypes
DataFrame Inspection
3 Sub-topics
Viewing DataFrame - head(), tail(), sample()
DataFrame Info and Memory Usage
Understanding DataFrame Structure
DataFrame Access and Selection
6 Sub-topics
Selecting Multiple Columns
Selecting Rows and Columns Together
Boolean Indexing in DataFrame
DataFrame Modification
4 Sub-topics
Renaming Columns and Index
Modifying DataFrame Values