Pandas: First Step For Data Analytics
In this Blog, we'll use the following shorthand:
df
| Any pandas DataFrame objects
| Any pandas Series object
Also, a quick reminder — to make use of the commands listed below, you'll need to first import the relevant libraries like so:
import pandas as pd import numpy as np
Importing Data
Use these commands to import data from a variety of different sources and formats.