A collection of helper for pandas n plots
Project description
pandas-plots
usage
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
-
sql
is added as convienient wrapper for fetching data from sql databasesconnect_sql
get data from['mssql', 'sqlite','postgres']
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.3.1.tar.gz
(16.3 kB
view details)
Built Distribution
File details
Details for the file pandas-plots-0.3.1.tar.gz
.
File metadata
- Download URL: pandas-plots-0.3.1.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e294f4831f0cfc3e8b1683a67eaf4059aa460dcf8d3f9ffe8ed9432c41a741a |
|
MD5 | 445c9df219ce210ec667ef90d4dc53e1 |
|
BLAKE2b-256 | 7e2c36f8e6382c1b90f57854100b2dc54f5cb8d44d5ad4fc42d6d93ac462e231 |
File details
Details for the file pandas_plots-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: pandas_plots-0.3.1-py3-none-any.whl
- Upload date:
- Size: 15.4 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 | 0bbe9780b723a63945be0f1e7caa81c4882de0d2bb992ae89468c7e234f97708 |
|
MD5 | b5ceab751a6dddbc1ff6ed060dca2569 |
|
BLAKE2b-256 | 7350dc29e144ba36c000d62dbad5ef87ae7ff3acee068bfa08fb9647091168f2 |