pytae
Pandas extensions for everyday data-science tasks (filtering, selection, reshaping, aggregation, plotting), plus a pytae CLI that exposes the same operations for inspecting and converting tabular files (.parquet, .csv, .txt, .sas7bdat) without writing any Python.
Install
pip install pytae
Library
Pandas extensions registered on pd.DataFrame — import pytae and the methods attach automatically.
- Plotting —
Plotter: method-chainable plots onpandas.plot(pip install pytae[plot]) - Filtering —
qry(): dict-based filters (equality, lists,in/not in, comparisons, intervals) - Selection —
select(): columns by name, regex, dtype, or name pattern - Reshaping —
long()/wide(): melt numeric columns to rows, pivot back to columns - Aggregation —
agg_df(): auto-detects group columns and aggregates the rest - Utilities —
to_clip(),handle_missing(),cols(),group_x()
See docs/LIBRARY.md for examples of each.
CLI
pytae data.parquet -head
pytae data.parquet -qry "{'species': 'Adelie'}" -select species,body_mass_g -convert -o subset.csv
See docs/CLI.md for the full flag reference.
License
MIT — see LICENSE.
Release files for pytae 3.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pytae-3.0.1.tar.gz | 2.0 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pytae-3.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.6 MB
Release files / pytae-3.0.1.tar.gz
| Download URL | pytae-3.0.1.tar.gz |
|---|---|
| Size | 2.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4ef5edebd4e67664f03a39e696b7381f2cd357453b28a7c249115fc8334e89cd
|
|
BLAKE2b-256 checksum How to use checksums |
ab7b1f52ec22b5c43cd26c8343d1da7e1c0d19f251e8aba9029649a17cda87c8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / pytae-3.0.1-py3-none-any.whl
| Download URL | pytae-3.0.1-py3-none-any.whl |
|---|---|
| Size | 1.6 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
47ff43ec87fc7a532003e35c2d7ccd7eee068c3bfb0c0cb52febca902f90ddc0
|
|
BLAKE2b-256 checksum How to use checksums |
5fe71204b800f2728fbe563a8f34e35dea73a18e77b19dcf65c61b8a287eddde
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|