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.
- Host: GitHub
- URL: https://github.com/ashishpatel26/row2plot
- Owner: ashishpatel26
- License: mit
- Created: 2020-05-17T12:52:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T15:36:21.000Z (about 5 years ago)
- Last Synced: 2025-01-20T05:11:00.428Z (5 months ago)
- Language: Jupyter Notebook
- Size: 466 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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