[GIS] Uninstalling and Reinstalling Anaconda

anacondaarcgis-proinstallationpandaspython 3

I had 2 versions of pandas (22 and 23) in my Anaconda environment for Python 3.6. One of the pandas looks like it was installed through Python 2.7 pip. Basically, I am unable to import pandas at all into my code. It has been recommended that I completely uninstall and reinstall Anaconda. This seems like overkill, but I am going to try it. Nothing I attempted using conda or the Anaconda environment console seemed to work. My question is, how do I safely uninstall and reinstall Anaconda without messing up my ArcGIS Pro environment or my Python 3.6 (do I need to uninstall and reinstall that too?!) Help!

Best Answer

From command prompt run conda uninstall pandas. Make sure you're in the correct version by navigating to Anaconda 3.6 or 2.7 folder and Shift + Right Click to open command prompt or powershell for whichever version of windows you have.