Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/vega/altair_ally

Altair Ally is a companion package to Altair, which provides a few shortcuts to create common plots for exploratory data analysis.
https://github.com/vega/altair_ally

altair eda exploratory-data-analysis exploratory-data-visualizations vega-lite visualization

Last synced: about 2 months ago
JSON representation

Altair Ally is a companion package to Altair, which provides a few shortcuts to create common plots for exploratory data analysis.

Lists

README

        

# 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/)