mattmakai / fullstackpython.com

Full Stack Python source with Pelican, Bootstrap and Markdown.
https://www.fullstackpython.com/
MIT License
2.88k stars 627 forks source link

Learning pandas by Exploring COVID19 using panda version 1.0.1 #234

Open petertrichy opened 4 years ago

petertrichy commented 4 years ago

When I installed pandas without any version it resulted in errors, when trying to import pandas. After uninstalling pandas and then pip install pandas=1.0.1 it worked without any issues. I am using python3.8.x in Windows10.