Introduction to pandas
A beginner-friendly introduction to pandas, the powerful data manipulation library for Python, and its role in data science.
Working with Series in pandas
Learn how to create and manipulate Series in pandas, including accessing data, performing operations, and applying functions.
Introduction to DataFrames
Learn the basics of pandas DataFrames, including how to create, explore, and manipulate them for data analysis tasks.
Data Selection and Filtering
Learn how to select and filter data in pandas DataFrames using labels, positions, and conditions.
Basic Operations with pandas DataFrames
Learn how to perform basic operations on pandas DataFrames, including adding, modifying, and deleting columns and rows, and handling missing data.
Handling Missing Data in pandas
Learn how to identify, fill, and drop missing data in pandas DataFrames to ensure clean and usable datasets.
Data Manipulation in pandas
Learn essential data manipulation techniques in pandas, including sorting, grouping, merging, and reshaping DataFrames.
Working with Dates and Times in pandas
Learn how to handle and manipulate date and time data in pandas for effective time series analysis.
Importing and Exporting Data in pandas
Learn how to read data from various file formats and export DataFrames to different formats using pandas.
Data Aggregation and Grouping
Learn how to aggregate and group data in pandas to summarize and analyze your datasets effectively.
Handling Categorical Data in pandas
Learn how to work with categorical data in pandas, including converting columns to categorical types and performing one-hot encoding.
DataFrame Indexing and MultiIndexing in pandas
Learn how to set, reset, and work with custom indexes, including hierarchical MultiIndexing, in pandas.
Advanced Data Manipulation Techniques in pandas
Learn advanced data manipulation techniques in pandas, including pivot tables, multi-indexing, and efficient data operations.
Introduction to Time Series Data in pandas
Learn the basics of handling and analyzing time series data in pandas, including datetime indexing, resampling, and rolling windows.
Efficient Data Operations in pandas
Learn how to optimize your data processing workflows in pandas using vectorized operations, apply functions, and memory management techniques.
Data Visualization with pandas
Learn how to create basic visualizations using pandas to effectively analyze and present your data.