altair-ally


Namealtair-ally JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://joelostblom.github.io/altair_ally
SummaryAltair Ally is a companion package to Altair, which provides shortcuts to create common plots for exploratory data analysis, particularly those involving visualization of an entire dataset.
upload_time2024-11-16 00:05:21
maintainerNone
docs_urlNone
authorJoel Ostblom
requires_python>=3.6
licenseBSD-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Altair Ally

*This package is in early development and its API might change.*

Altair Ally is a companion package to Altair,
which provides a few shortcuts to create common plots
for exploratory data analysis (EDA),
particularly those involving visualizing an entire dataset.
The goal is to encourage good EDA habits
by making it quick and simple to create these visualizations,
and to provide useful default interactions with the plots.

Thanks to the excellent API in Altair / Vega-Lite,
some configuration is possible
by using the built-in methods of the returned chart objects,
but the general philosophy is that highly customized plots
are better made in Altair directly.
Check out the examples section to get started
and the API reference for all available options.

The package name is a nod to ggally
which complements ggplot2 in a similar,
but much more extensive manner.

## Installation 

```
pip install altair-ally
```

## Documentation

[This Jupyter Book contains the documentation with more info and examples.](https://joelostblom.github.io/altair_ally/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://joelostblom.github.io/altair_ally",
    "name": "altair-ally",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Joel Ostblom",
    "author_email": "joel.ostblom@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ca/b3/df528cb8c8242485b7f5d4d973fea5233b216486b3e1d2d8b14d92772ddf/altair_ally-0.1.1.tar.gz",
    "platform": null,
    "description": "# Altair Ally\n\n*This package is in early development and its API might change.*\n\nAltair Ally is a companion package to Altair,\nwhich provides a few shortcuts to create common plots\nfor exploratory data analysis (EDA),\nparticularly those involving visualizing an entire dataset.\nThe goal is to encourage good EDA habits\nby making it quick and simple to create these visualizations,\nand to provide useful default interactions with the plots.\n\nThanks to the excellent API in Altair / Vega-Lite,\nsome configuration is possible\nby using the built-in methods of the returned chart objects,\nbut the general philosophy is that highly customized plots\nare better made in Altair directly.\nCheck out the examples section to get started\nand the API reference for all available options.\n\nThe package name is a nod to ggally\nwhich complements ggplot2 in a similar,\nbut much more extensive manner.\n\n## Installation \n\n```\npip install altair-ally\n```\n\n## Documentation\n\n[This Jupyter Book contains the documentation with more info and examples.](https://joelostblom.github.io/altair_ally/)\n",
    "bugtrack_url": null,
    "license": "BSD-3",
    "summary": "Altair Ally is a companion package to Altair, which provides shortcuts to create common plots for exploratory data analysis, particularly those involving visualization of an entire dataset.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://joelostblom.github.io/altair_ally"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cab3df528cb8c8242485b7f5d4d973fea5233b216486b3e1d2d8b14d92772ddf",
                "md5": "05a8676ce78209a871c1dae6605383a0",
                "sha256": "f8b7179fda6335322048f71ec29b827b63f658e8a9fb54426927597eeb1f446e"
            },
            "downloads": -1,
            "filename": "altair_ally-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "05a8676ce78209a871c1dae6605383a0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9100,
            "upload_time": "2024-11-16T00:05:21",
            "upload_time_iso_8601": "2024-11-16T00:05:21.691664Z",
            "url": "https://files.pythonhosted.org/packages/ca/b3/df528cb8c8242485b7f5d4d973fea5233b216486b3e1d2d8b14d92772ddf/altair_ally-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-16 00:05:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "altair-ally"
}
        
Elapsed time: 0.42542s