An open API service indexing awesome lists of open source software.

https://github.com/ashishpatel26/row2plot

row2plot is python package that help to convert your dataset row into histogram and kdeplot so you can convert your row data into image format.
https://github.com/ashishpatel26/row2plot

Last synced: 4 months ago
JSON representation

row2plot is python package that help to convert your dataset row into histogram and kdeplot so you can convert your row data into image format.

Awesome Lists containing this project

README

        

row2plot
===========

row2plot provides the facilty to covert your row data into different graph such as hist, kdeplot.

often looks like this::

#!/usr/bin/env python

from row2plot import row2hist
from row2plot import row2kde

you can also with whl file like
pip install https://github.com/ashishpatel26/row2plot/blob/master/dist/row2plot-1.0-py3-none-any.whl