Skip to content

Commit

Permalink
typo: try pandera
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy committed Oct 5, 2022
1 parent 2f56589 commit 36fe267
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/source/notebooks/try_pandera.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
Expand Down

0 comments on commit 36fe267

Please sign in to comment.