Metadata-Version: 2.4
Name: pandahandler
Version: 0.5.0
Summary: Tools for handling pandas objects.
Project-URL: Source, https://github.com/zkurtz/pandahandler
Author-email: Zach Kurtz <zkurtz@gmail.com>
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: attrs>=24.3.0
Requires-Dist: pandas>=1.5.0
Requires-Dist: sigfig>=1.3.18
Requires-Dist: typing-extensions>=4.5.0
Description-Content-Type: text/markdown

# pandahandler

Definition: A "panda" is an indexed data series or frame, making it possible to access data in the ith element, row, or column directly by its index value(s).

This package is for working with pandas such as pandas.DataFrame and pandas.Series. In theory it could extend to other kinds of pandas, such as `polars` objects if polars ever introduces indexed data series or frames.

## Installation

We're [on pypi](https://pypi.org/project/pandahandler/), so `pip install pandahandler`.

Consider using the [simplest-possible virtual environment](https://gist.github.com/zkurtz/4c61572b03e667a7596a607706463543) if working directly on this repo.
