Pandas module - how to download / install | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Pandas module - how to download / install

Hi, I would like to use pandas module. I run my scripts on 64-bit, Windows 10, Python 3.6.0, and PyCharm Community Edition. I assume I need to type in cmd line "python -m pip install SomePackage", but first I need to download the right version for pandas website. Could you advise which I shall choose? P. File Type Py Version Uploaded on Size pandas-0.20.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (md5) Python Wheel cp27 2017-05-05 14MB pandas-0.20.1-cp27-cp27m-manylinux1_i686.whl (md5) Python Wheel cp27 2017-05-05 19MB pandas-0.20.1-cp27-cp27m-manylinux1_x86_64.whl (md5) Python Wheel cp27 2017-05-05 21MB pandas-0.20.1-cp27-cp27m-win32.whl (md5) Python Wheel cp27 2017-05-05 7MB pandas-0.20.1-cp27-cp27m-win_amd64.whl (md5) Python Wheel cp27 2017-05-05 7MB pandas-0.20.1-cp27-cp27mu-manylinux1_i686.whl (md5) Python Wheel cp27 2017-05-05 19MB pandas-0.20.1-cp27-cp27mu-manylinux1_x86_64.whl (md5) Python Wheel cp27 2017-05-05 21MB pandas-0.20.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (md5) Python Wheel cp34 2017-05-05 14MB pandas-0.20.1-cp34-cp34m-manylinux1_i686.whl (md5) Python Wheel cp34 2017-05-05 21MB pandas-0.20.1-cp34-cp34m-manylinux1_x86_64.whl (md5) Python Wheel cp34 2017-05-05 23MB pandas-0.20.1-cp34-cp34m-win32.whl (md5) Python Wheel cp34 2017-05-05 7MB pandas-0.20.1-cp34-cp34m-win_amd64.whl (md5) Python Wheel cp34 2017-05-05 7MB pandas-0.20.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (md5) Python Wheel cp35 2017-05-05 13MB pandas-0.20.1-cp35-cp35m-manylinux1_i686.whl (md5) Python Wheel cp35 2017-05-05 21MB pandas-0.20.1-cp35-cp35m-manylinux1_x86_64.whl (md5) Python Wheel cp35 2017-05-05 22MB pandas-0.20.1-cp35-cp35m-win32.whl (md5) Python Wheel cp35 2017-05-05 7MB pandas-0.20.1-cp35-cp35m-win_amd64.whl (md5) Python Wheel cp35 2017-05-05 7MB pandas-0.20.1-cp36-cp36m-macosx_10_

23rd May 2017, 9:40 PM
Pawel Roksela
Pawel Roksela - avatar
3 Answers
+ 6
PyCharm will do that for you. Go to settings -> project interpreter to see a list of installed modules. Then just click the green plus and find pandas - it will install the proper version itself.
23rd May 2017, 9:55 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 5
I would guess that it's the second last which you need (cp35-win_amd64.whl)
25th May 2017, 10:15 AM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
0
this is extremely simple. thank you for the answer. out of this curiosity, assuming i do not have this option, which one is the correct from the above list?
25th May 2017, 8:53 AM
Pawel Roksela
Pawel Roksela - avatar