Making DataFrames
Provide a list or numpy array
import pandas as pd
import numpy as npz = np.array([[1,2,3,4,5],[6,7,8,9,10]])
z

Provide a dictionary



Read a CSV file

Read an Excel file

Last updated
Was this helpful?
