May-18-2019, 11:24 PM
Do you have more than one version of python installed?
You may have installed Pandas to a version other than the one you intended to.
Try from command line:
You may have installed Pandas to a version other than the one you intended to.
Try from command line:
python -V pip -VDo both point to desired version?