A collection of helper for pandas n plots
Project description
pandas-plots
quickstart
install / update package
pip install pandas-plots -U
include in python
from pandas_plots import tbl, viz
example
# load sample dataset from seaborn
import seaborn as sb
df = sb.load_dataset('taxis')
viz.plot_box(df['fare'], height=400, violin=True)
why use pandas-plots
pandas-plots
is a package to help you examine and visualize data that are organized in a pandas DataFrame. It provides a high level api to pandas / plotly with some selected functions.
It is subdivided into:
-
tbl
utilities for table descriptionsdescribe_df()
an alternative version of pandasdescribe()
functionpivot_df()
gets a pivot table of a 3 column dataframe
-
viz
utilities for plotly visualizationsplot_box()
auto annotated boxplot w/ violin optionplot_boxes()
multiple boxplots (annotation is experimental)plots_bars()
a standardized bar plotplot_stacked_bars()
shortcut to stacked bars 😄plot_quadrants()
quickly show a 2x2 heatmap
dependencies
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pandas-plots-0.0.3.tar.gz
(14.9 kB
view details)
Built Distribution
File details
Details for the file pandas-plots-0.0.3.tar.gz
.
File metadata
- Download URL: pandas-plots-0.0.3.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d0a68e65a6c996dc13a8f8f061844ea8b42d466218fee504914f98e9a4e76fb |
|
MD5 | 7a7078e61328a167384b30c15f3dce8c |
|
BLAKE2b-256 | a7d70dd7a2d8b9f5b1c663c1317eea1e3faa7cbbede03c0f187fb13c039e55d3 |
File details
Details for the file pandas_plots-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: pandas_plots-0.0.3-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cc88bf00a955a2f8d7a65f3c9afd16a18b3eaa97d49170e2bbf9f923d5725b6 |
|
MD5 | cf303fffe37eb481eb7ed81d65ee3c5d |
|
BLAKE2b-256 | bf2407e2ce57787d431bebbb1fc9f005decb582dba82909b733559efd2a4d5ab |