Pandas

Why to use Pandas

import panda and numpy packages

import pandas as pd
import numpy  as np

Pandas and Numpy

There are several routines in Numpy that simplify working in Pandas, and you will see that very soon. Pandas and Numpy add several new data types, and there are three of them that are very good to be familiar with, since the very beginning of your adventure with Pandas

Dataset and Basic Object

Python Home