0

Is it possible to use the kaggle way of displaying a dataset in Jupyter / Google Colaboratory?

I am looking for an interactive solution, ideally in the notebook cell. My current approach is to use df.plot(), df.head() df.tail() and seaborn to get sense of the data.

enter image description here

It seems like: https://beakerx.com/

is able to add at least interactivity.

Other solutions: dash (requires server)

Rutger Hofste
  • 4,073
  • 3
  • 33
  • 44
  • Yes that is possible but involved. Not sure if it's appropriate for SO. Seems more like you need to hire a programmer. – piRSquared Feb 19 '19 at 16:59
  • Would be cool to have something like df.explore() that would yield an interactive dataframe in a notebook cell. Additonally df.explore(fullscreen=True) will open in separate tab. – Rutger Hofste Feb 19 '19 at 17:02
  • Maybe plotly suits you: https://plot.ly/python/ipython-notebook-tutorial/ – vercelli Feb 19 '19 at 17:10

0 Answers0