I cant work with my raw_data I dont know why.
raw_data = (\'./data/my_players_info.csv\') df = pd.read_csv(raw_data, sep=";") df
Ex