import pandas as pd
# Load the dataset
df=pd.read_FileType('FilePath.FileType')
# Display the first few rows
print(df.head())
- File Type : csv, excel,jason
import pandas as pd
# Load the dataset
df=pd.read_FileType('FilePath.FileType')
# Display the first few rows
print(df.head())