yogeshwaran01 / instagramy

Python Package for Instagram Users, Posts, and Hashtag data.
https://pypi.org/project/instagramy
MIT License
150 stars 34 forks source link

What doey this error mean? #26

Closed Feticones closed 2 years ago

Feticones commented 2 years ago

raise AttributeError(f"module 'pandas' has no attribute '{name}'") AttributeError: module 'pandas' has no attribute 'Dataframe'

yogeshwaran01 commented 2 years ago

The case of F is DataFrame is wrong. It is DataFrame. pandas.DataFrame. I wrongly mentioned it in README.