I\'ll preface by saying I\'m a programming n00b by stack standards. I have experience with data analysis and scripting -- this is what I do professionally at a financial fir
Try this: It should work.
Go to the location where you have Python (C:\Python34) Run the blow command:
python -m pip install pandas
NUMPY installed automatically after my Pandas installation.