How to update Pandas from Anaconda and is it possible to use eclipse with this last How to update Pandas from Anaconda and is it possible to use eclipse with this last python python

How to update Pandas from Anaconda and is it possible to use eclipse with this last


Simply type conda update pandas in your preferred shell (on Windows, use cmd; if Anaconda is not added to your PATH use the Anaconda prompt). You can of course use Eclipse together with Anaconda, but you need to specify the Python-Path (the one in the Anaconda-Directory). See this document for a detailed instruction.


The answer above did not work for me (python 3.6, Anaconda, pandas 0.20.3). It worked with

conda install -c anaconda pandas 

Unfortunately I do not know how to help with Eclipse.


What I allways do to update to specific version is

  • Activate environment
  • conda update pandas==0.14.0

This might be do to conda recent updates