Python Polars Tutorial (Part 2): DataFrame and Series Basics - Selecting Rows and Columns

11 months ago
19

In this Python Programming video, we will be learning about the DataFrame and Series objects. These are the backbone of Polars and are fundamental to the library. DataFrames can be thought of as rows and columns, while a Series can be thought of as just a single column of rows. We'll also learn the basic navigation of these datatypes by learning how to select specific rows and columns. Let's get started...

Check out my Polars course on Udemy where I go into detail analyzing various datasets.
https://www.udemy.com/course/analyzing-data-with-polars-in-python/?kw=polars&src=sac

Dataset (2019 file) Link http://bit.ly/SO-Survey-Download

*Consider buying me a coffee*
https://www.buymeacoffee.com/jorammutenge

Loading comments...