Python pandas comment charger le fichier CSV

import pandas as pd
df = pd.read_csv("file path.csv")
Yair Mizrachi