Display visual blocks of text with data rendered inline.
To use rows2prose, you give it two things:
a dataframe containing values to visualize
styled HTML text
rows2prose renders inline data visualizations into the text.
Install
pip install rows2prose
Get started
Here are some toy examples. If you’re running in a notebook, use rows2prose.notebook instead.
1. Visualize a dataset's features
2. Browse a time series
Actual use
rows2prose’s visualizations are designed for cases where you are taking snapshots of a multidimensional system (e.g. a machine learning model) and comparing them. You might be comparing them across time, across multiple configurations, or across multiple samples.