Cauldron
menu
Gallery
Documentation
Gallery
Documentation
GitHub
Example Cauldron Notebook Gallery
Source code for all examples in this gallery is available for reference in the Cauldron Gallery GitHub Repository
Cauldron Gallery Github
https://github.com/Cauldron-Notebook/cauldron-gallery
Bokeh Basics
Basic plotting with Bokeh inside Cauldron. Uses the Auto MPG dataset to create bar and scatter plots.
Plotly Basics
Basic plotting with Plotly inside Cauldron. Uses the Auto MPG dataset to create histogram, bar and scatter plots.
Pyplot Basics
Basic plotting with PyPlot inside Cauldron. Uses the Auto MPG dataset to create histogram, bar and scatter plots.
Step Testing Example
A basic example of a notebook that includes step unit testing to validate the functionality of the notebook.
SQL vs SQLAlchemy vs Pandas Joins
Comparing inner join syntax between SQL, SQLAlchemy's expression language and Pandas data frames.