Warum setzen wir R vor einen Pfadnamen in Python?
df = pd.read_csv(r"Path_name")
Hobby Coder
df = pd.read_csv(r"Path_name")