Metadata-Version: 2.2
Name: df_exp
Version: 0.0.1
Summary: Exploratory visualization tool for data frames
Author-email: Matthias Dold <matthias.dold@gmx.net>
Project-URL: homepage, https://github.com/matthiasdold/dareplane-pyutils
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.26.4
Requires-Dist: pandas
Requires-Dist: polars
Requires-Dist: plotly
Requires-Dist: dash
Requires-Dist: dash-bootstrap-components

# Dataframe Explorer

The dataframe explorer `df_exp` is a quick visualization and exploration tool for tabular data provided in [pandas](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html) or [polars](https://docs.pola.rs/api/python/stable/reference/dataframe/index.html) data frames.
It makes extensive use of [plotly](https://plotly.com/) and [dash](https://dash.plotly.com/) for all visualization purposes. Furthermore, [plotly_resample](https://github.com/predict-idlab/plotly-resampler) is used time series plots of larger data frames.


