Last answered:

28 Nov 2022

Posted on:

28 Nov 2022

0

can't load a file pd

image

1 answers ( 0 marked as helpful)
Instructor
Posted on:

28 Nov 2022

0

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

Submit an answer