Python pandas – Crash Course🐼

A crash course on the pandas library written for Python.

Pandas is a flexible and fast tool used for analysis and data manipulation. It is used across industries and caters to the needs of data professionals on many levels.

For many it has been dubbed the “must-use” tool for data science in Python.

Advantages and disadvantages of pandas

In the section below we will go through some of the advantages of the pandas library in Python.

Advantages of pandas:

  1. Extensive set of features.
  2. Efficiency in handling large data sets.
  3. Built for Python.
  4. Its Free and open source!

Disadvantages of pandas:

  1. The learning curve involved.

Installing pandas

To install the pandas library on your machine you may run the following from PIP.

pip install pandas

As the pandas library is part of the Anaconda distribution you may also install it by running the following in Anaconda or Miniconda.

conda install pandas

Where to start with pandas

If you are just getting started with the pandas library or are wanting to refresh your knowledge of this amazing tool have a look at the below. A list of need to know pandas functions and some frequently asked questions.