Modin at Bay Area Python Interest Group
Read more:
Sep 19, 2023
How To Use pandas resample on a Database
In this article, we describe pandas resample + provide some examples, and then show how you can use it at scale in your database.
Sep 16, 2023
Why Are There So Many Python Dataframes?
Introduction As I floated in the slow, crystalline current of the Rhine in Basel in the middle of the 2023 Python Dataframe Summit, I found myself asking: “Why are there so many Python dataframe APIs?” (pandas/Modin, Polars, RAPIDS cuDF, Ibis, Snowpark Dataframes, Vaex, Dask, PySpark, Daft, BigQuery Dataframes, etc.) I have come to three conclusions: […]
Sep 7, 2023
How the Python Dataframe Interchange Protocol Makes Life Better
In this article, we answer three questions about the Python Dataframe Interchange Protocol: What it is + what problems it solves; how it works; and how extensively it’s been adopted.