Metadata-Version: 2.4
Name: skimr-py
Version: 0.1.0
Summary: A tiny skimr-like dataframe summary for pandas
Author-email: Your Name <you@example.com>
License: MIT
Project-URL: Homepage, https://github.com/youruser/skimr-py
Project-URL: Issues, https://github.com/youruser/skimr-py/issues
Keywords: pandas,dataframe,summary,EDA,skim,skimr
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pandas>=1.5
Requires-Dist: numpy>=1.23

# skimr-py

A tiny, dependency-light **skimr**-style summary for pandas.

- PyPI name: `skimr-py`
- Import package: `skimpy`
- API: `skim(df, by=None, top_k=3) -> SkimResult`

## Install

```bash
pip install skimr-py
