- Daily Dose of Data Science
- Posts
- Enrich The Default Preview of Pandas DataFrame with Jupyter DataTables
Enrich The Default Preview of Pandas DataFrame with Jupyter DataTables
Don't print raw DataFrames.
After loading any dataframe in Jupyter, we preview it. But it hardly tells anything about the data.
One has to dig deeper by analyzing it, which involves simple yet repetitive code.
Instead, use Jupyter-DataTables.
It supercharges the default preview of a DataFrame with many common operations.
This includes:
sorting
filtering
exporting
plotting column distribution
printing data types,
pagination, and more.
Check it out here: GitHub.
π Over to you: What are some other enriched ways to preview DataFrames in Jupyter?
π Tell the world what makes this newsletter special for you by leaving a review here :)
π If you liked this post, donβt forget to leave a like β€οΈ. It helps more people discover this newsletter on Substack and tells me that you appreciate reading these daily insights. The button is located towards the bottom of this email.
π If you love reading this newsletter, feel free to share it with friends!
Find the code for my tips here: GitHub.
Reply