agate icon indicating copy to clipboard operation
agate copied to clipboard

A Python data analysis library that is optimized for humans instead of machines.

Results 24 agate issues
Sort by recently updated
recently updated
newest added

The setup.py currently shows ``` ... 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', ... ``` Could you please add...

- Add Python 3.10 and 3.11 - Remove unsupported version (2.7, 3.6)

Adopt the same changes that were made to .Sum() into .Mean(). Partially addresses https://github.com/wireservice/agate/issues/761.

Hi, I tried to use `a/b` as a key in a test JSON file, to see how agate would flatten it, since `/` is added when recursing JSON files. I...

Trying to install agate (1.6.3) it complains that `parsedatetime` must be `!=2.5 !=2.6 >=2.1` but according to #743 only 2.5 is the problem. Is there some reason why v2.6 is...

Example below. I encountered this while exploring a dataset in an ipdb debugging session ([debugging a dbt macro](https://docs.getdbt.com/reference/dbt-jinja-functions/debug-method)). For some reason ipdb wasn't showing me the full stack traces for...

bug

Warehouse now uses the project_urls provided to display links in the sidebar on [this screen](https://pypi.org/project/requests/), as well as including them in API responses to help automation tool find the source...

Is it possible to copy a table to the clipboard? It would be great to copy the result of what to_csv would create into the clipboard instead of write to...