ubuntu12.04 set python-pandas

pandas

reference:
10 minutes to pandas
how to upgrate numpy 1.4 to 1.9

what is pandas?

in ubuntu12.04 , if you install pandas as following, the default type of pandas is 0.7.x while the lastes type is 0.16.xx.

sudo apt-get install python-pandas 

how to check the vesion of your pandas

python -c "import pandas;print pandas.version.version" 

so we need to upgrade several append module.

sudo easy_install -U pandas
pip install --upgrade pandas

1.numpy > 1.7

2.numexpr >2.1

posted @ 2015-09-18 13:49  dunfentiao  阅读(221)  评论(0编辑  收藏  举报