You may not believe it, but I was able to fix the problem by defining and changing delimiter. you can define it in here: df = pd.read_csv(file_path, delimiter=",")
df = pd.read_csv(file_path, delimiter=",")