diff --git a/docs/source/notebooks/try_pandera.ipynb b/docs/source/notebooks/try_pandera.ipynb index 2a78c0740..bfc213b57 100644 --- a/docs/source/notebooks/try_pandera.ipynb +++ b/docs/source/notebooks/try_pandera.ipynb @@ -12,10 +12,11 @@ "\n", "In this notebook, you'll learn how to:\n", "\n", - "> 1. Define Pandera schemas your dataframe-like objects.\n", - "> 2. Integrate them seamlessly into your data pipelines.\n", + "> 1. Define Pandera schemas for your dataframe-like objects 📦\n", + "> 2. Integrate them seamlessly into your data pipelines 🔀\n", + "> 3. Ensure your data and data transformation functions are correct ✅\n", "\n", - "Run the code cells below to get a sense of how pandera works and how its\n", + "▶️ Run the code cells below to get a sense of how pandera works and how its\n", "error reporting system can provide direct insight into what specific data\n", "values caused the error." ]