Installing
2. Installing Anaconda Python
How to Install Anaconda Python in GNU/Linux
Here Python Pandas Setup GuideLink to Guide on Installing Anaconda Python and Making a Virtual EnvironmentBecause this is the Best Practice to Work on a Python Multi Environment!
3. Testing Python Pandas
So now just Test the Python Pandas
In fact the Package it’s already part of the Anaconda Suite!
You have 2 Choices, by PIP:Copyconda install pip
Copypip list | grep pandas
The grep Command Refine the output List showing only the entries Matching the Keyword.
Or trying directly to Import the Module in Python CLI with:Copypython
Copyimport pandas