Sho is a one line python command to "sho.w()" any variable for easy exploration
import sho
sho.w(dataframe)
Datatype | Visualization | Implemented |
---|---|---|
pandas.DataFrame | pivottablejs | Yes |
- to test the unit tests run : python -m unittest test.test_sho
Authors: | davewd |
---|---|
Version: | 1.0 of 2020/08/26 |
Dedication: | To my family. |
License: | "Free software: MIT license" |
Documentation: | https://sho.readthedocs.io. |
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.