Troubleshooting

Unicode Error

Try:

df = pd.read_csv("fdd-report.csv", encoding = "ISO-8859-1")

Last updated