Interoperable Python and SQL in Jupyter Notebooks

Interoperable Python and SQL in Jupyter Notebooks

Using SQL on top of Pandas, Spark, and Dask

First look at FugueSQL in Jupyter

Motivation

Enhancements Over ANSI SQL

Variable assignment with DataFrames

Comparison to ipython-sql

Fugue Logo

Distributed Compute with Spark and Dask

Simple median function with Pandas

Prepartition and Spark to get the medians

Conclusion and More Examples

Setup in Notebooks

pip install fugue
from fugue_notebook import setup
setup()

Contact Us

Leave a Comment