Issues with pandas
Answered
Unable to import file through pandas in pycharm 2019 version
Please sign in to leave a comment.
Hi,
Could you please share a screenshot showing the issue?
Does it work fine in the system terminal?
No it doesn't work with the terminal as well
You script is namend `pandas.py`, which creates naming conflict. Please rename the file.
Tanks andy but i am new to this thing will you please let me know
Just right-click on your pandas.py file in the project view, and choose "Refactor > Rename". Use some different name, like pandas-test.py
hey Andrey i tried what you have said but it didn't workout, please check the screenshot
Pandas doesn't have attribute `dataframe`, but it has `DataFrame`. Correct the name and it should work.
hahahaha!!!!
thanks andrey mistake a silly mistake from my end apologize
BTW it works perfect now