Saving Realtime Transit Data to a DataFrame
Getting Realtime Transit Data from the STM API using Python looked at getting realtime transit data and displaying it in a notebook.
This post explores saving the same data to a Polars DataFrame so it's easy to analyze. I like working with Polars because it has a really intuitive API.