Installation
DRANK

Installing with AnacondaInstalling pandas and the rest of the NumPy and SciPy stack can be a little difficult for inexperienced users.The simplest way to install not only pandas, but Python and the most popular packages that make up the SciPy stack (IPython, NumPy, Matplotlib, …) is with Anaconda, a cross-platform (Linux, Mac OS X, Windows) Python distribution for data analytics and scientific computing.After running the installer, the user will have access to pandas and the rest of the SciPy stack without needing to install anything else, and without needing to wait for any software to be compiled.Installation instructions for Anaconda can be found here.A full list of the packages available as part of the Anaconda distribution can be found here.Another advantage to installing Anaconda is that you don’t need admin rights to install it. Anaconda can install in the user’s home directory, which makes it trivial to delete Anaconda if you decide (just delete that folder).Installing with…

pandas.pydata.org
Related Topics: