Python Forum

Full Version: Simple way to view dataframes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A simple way to visualise/pivot a dataframe (currently using pivottable.js)

import sho
sho.w(dataframe)

(pip install sho)
Medium article with example images

Cool
(Aug-23-2020, 02:17 AM)Davewd Wrote: [ -> ]A simple way to visualise/pivot a dataframe (currently using pivottable.js)

import sho
sho.w(dataframe)

(pip install sho)
Medium article with example images

Cool

Just realised that the reqruirements in setup.py were barfed.... they no longer are.