Python Pandas Wie man CSV -Datei lädt

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