โ๏ธ ๐๐๐ ๐บ๐ฒ ๐ฎ ๐ฐ๐ผ๐ณ๐ณ๐ฒ๐ฒ: To support the channel and encourage new videos, please consider buying me a coffee here: https://ko-fi.com/bugbytes โญTop resource to learn Python - https://datacamp.pxf.io/kOjKkV โญ In this video we'll introduce the Polars package for data analytics in Python. This is a modern, rapidly growing alternative to Pandas for data analysis. We'll look at the core data structures (Series, DataFrames) and will look at how to select rows/columns, add new columns, drop columns, aggregate and sort data, handle null values, plot data to charts, and how to read/write data from/to files. ๐ ๐๐ต๐ฎ๐ฝ๐๐ฒ๐ฟ๐: 00:00 Intro 00:26 Introduction to Polars 01:12 Installing Polars 02:14 Series objects in Polars 04:26 DataFrame objects in Polars 07:08 Selecting columns from DataFrames 08:53 Selecting rows with DataFrame filter method 11:05 Adding and Dropping columns from DataFrames 13:59 Sorting DataFrames 15:02 Grouping and Aggregation with DataFrames 19:17 Handling null values with Polars 24:00 Serialising data to files with Polars 25:33 Plotting DataFrame data with Polars 28:33 Polars and Pandas comparison ๐ฆ๐ผ๐ฐ๐ถ๐ฎ๐น ๐ ๐ฒ๐ฑ๐ถ๐ฎ: ๐ Blog: https://bugbytes.io/posts/ ๐พ Github: https://github.com/bugbytes-io/ ๐ฆ Twitter: https://twitter.com/bugbytesio ๐ ๐๐๐ฟ๐๐ต๐ฒ๐ฟ ๐ฟ๐ฒ๐ฎ๐ฑ๐ถ๐ป๐ด ๐ฎ๐ป๐ฑ ๐ถ๐ป๐ณ๐ผ๐ฟ๐บ๐ฎ๐๐ถ๐ผ๐ป: Polars: https://docs.pola.rs/ Comparison with Pandas: https://docs.pola.rs/user-guide/migration/pandas/ #python #polars #datascience #data