Skip to content

davewd/sho

Repository files navigation

sho

Documentation Status Documentation Status Updates PyPI - Downloads

What is sho?

Sho is a one line python command to "sho.w()" any variable for easy exploration

import sho

sho.w(dataframe)

Which datatypes are currently handled ?

Datatype Visualization Implemented
pandas.DataFrame pivottablejs Yes

Development

  • to test the unit tests run : python -m unittest test.test_sho

Credits

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.