From the course: Advanced Python: Top Tools for Data Science and Engineering

Overview of the libraries

- [Instructor] In this course, we are going to get an introduction to four widely used data science and engineering tools. First is Pandas, which is a flexible, easy-to-use open source tool for all kinds of data analysis and manipulation. It's been around for many years now and is one of the cornerstones of the data science community. Polars is the new data frame kid on the block. It's written using the Rust programming language, and as a result, it's incredibly fast and powerful, and is becoming more and more popular. Faker is a library that generates all kinds of fake data for a variety of purposes, and can be used to create synthetic information for you to test your applications and algorithms. And Matplotlib is widely used to create data visualizations that could be static, animated, and even interactive. Getting to know each of these tools will help to prepare you for many different kinds of data science scenarios that you'll encounter. In the following chapters, we'll start off with an introduction to each tool, and then go a little deeper to learn about some of the more advanced features. All right, are you ready? Here we go.

Contents