I tried install pandas via command pip install pandas and got error:
import pandas
../python3.7/site-packages/pandas/compat/__init__.py", line 440, in <module>
parse_date = _date_parser.parse
AttributeError: module 'dateutil.parser' has no attribute 'parse'
pip install python-dateutil==2.5.* and then install pandas. It solves that problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With