Calmcode - ibis: introduction

Introducing Ibis

1 2 3 4 5 6 7

Ibis is a dataframe library that merges other dataframe technologies. That includes tools like pandas, pyspark and dask that leverage Python. But it also includes SQL backends like BigQuery, sqlite and DuckDB.

The goal of this short course is to teach you how to think about Ibis and how to use it. The focus won't be on syntax, but rather on helping you understand if the framework makes sense for your own work.