#altair

[ follow ]
fromRealpython
2 weeks ago

Episode #294: Declarative Charts in Python & Discerning Iterators vs Iterables - The Real Python Podcast

Altair follows a declarative approach where you specify which columns go to which axis, the type of chart or plot, and what should be interactive. Most tools require you to write detailed boilerplate code to set up the axis and figure.
Python
#data-visualization
fromRealpython
1 month ago
Data science

Altair: Declarative Charts With Python - Real Python

Altair simplifies data visualization in Python by allowing users to describe data meaning rather than scripting every detail.
fromRealpython
1 month ago
Python

Altair: Declarative Charts With Python Quiz - Real Python

The quiz tests understanding of Altair's core concepts and features.
Data science
fromRealpython
1 month ago

Altair: Declarative Charts With Python - Real Python

Altair simplifies data visualization in Python by allowing users to describe data meaning rather than scripting every detail.
[ Load more ]