Jupyter Notebook

Don't print raw DataFrames.
GitHub to Colab in a second.
A cool Jupyter extension.
A cool Jupyter hack.
1
Quick data labelling from the comfort of Jupyter.
2
Jupyter Notebook to web app in no time.
2
Boost your data analysis with automatic code generation.
4
Addressing some pain points of the default kernel.
...without writing any redundant code.
Just drag and drop to analyze data.
Watch a video version of this post for better understanding: Video Link. PyGWalker is an open-source alternative to Tableau that transforms pandas…
1
Whenever you print/display a DataFrame in Jupyter, it is rendered using HTML and CSS. This allows us to format the output just like any other web page…