can't load a file pd
1 answers ( 0 marked as helpful)
Hey Houssien,
Thank you for reaching out!
Please, note that Python is a case-sensitive language. That is, it distinguishes between capitalized and non-capitalized letters. Modify your code to:
data = pd.read_csv(...)
and it should run smoothly.
Kind regards,
365 Hristina