Pandas and Python3.4 co existing with Python 2.7
Figured it out.
python3 -m pip install pandas
You might find that you have a script called "pip3" on you system as python3.4 bundles pip in along side of python.
$ pip3 install pandas
Figured it out.
python3 -m pip install pandas
You might find that you have a script called "pip3" on you system as python3.4 bundles pip in along side of python.
$ pip3 install pandas