Issues with pandas

Answered

Unable to import file through pandas in pycharm 2019 version

0
8 comments

Hi,

Could you please share a screenshot showing the issue?

Does it work fine in the system terminal?

0
Avatar
Permanently deleted user

No it doesn't work with the terminal as well

0

You script is namend `pandas.py`, which creates naming conflict. Please rename the file.

0
Avatar
Permanently deleted user

Tanks andy but i am new to this thing will you please let me know

0

Just right-click on your pandas.py file in the project view, and choose "Refactor > Rename". Use some different name, like pandas-test.py

0
Avatar
Permanently deleted user

hey Andrey i tried what you have said but it didn't workout, please check the screenshot

0

Pandas doesn't have attribute `dataframe`, but it has `DataFrame`. Correct the name and it should work.

0
Avatar
Permanently deleted user

hahahaha!!!!

thanks andrey mistake a silly mistake from my end apologize 

BTW it works perfect now

1

Please sign in to leave a comment.