This notebook demonstrates how to combine and manipulate tabular data with pandas.
It covers the most commonly used methods for joining DataFrames (merge), applying functions to columns (apply), and grouping data (groupby).
All examples use synthetic data created directly within the notebook for demonstration purposes.
Learning goals
After completing this notebook, you will be able to:
left, right, inner, outer)applygroupbyNaN) are introduced and handled during merging