From the course: Advanced Pandas

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Getting started with pandas

Getting started with pandas

From the course: Advanced Pandas

Start my 1-month free trial

Getting started with pandas

- [Instructor] Import pandas as pd. This is probably the single most common line of Python code you'll find in data science. And there's a reason for that. Pandas is the easiest and most intuitive Python package for dealing with your data. With it, you can transform, clean, visualize, and extract insights from your data with relative ease. Throughout this course, we'll explore the most fundamental aspects of pandas to make your work flow more easily and efficiently. Then, we'll expand to more advanced applications of pandas and showcase a few other packages related to pandas that can take your work to the next level. Depending on your Python distribution, you may already have the pandas package installed. If not, there's two options to install the package. You can PIP install pandas via command line, or if using the Conda installer, Conda install pandas. This course consists of Jupyter Notebooks like the one you see here…

Contents