我正在尝试在运行python3.4.5的服务器上安装熊猫,但找不到任何有关工作版本的文档。最新版本都针对python 3.6以上。
有人知道适用于python3.4.5的熊猫版本吗?
答案 0 :(得分:0)
我有一台装有python 3.4.4的计算机。而最新的熊猫是0.21。你是3.4.5,我想那将是同一只大熊猫0.21
Python 3.4.4 (v3.4.4:737efcadf5a6, Dec 20 2015, 19:28:18) [MSC v.1600 32 bit (In
tel)]
Type 'copyright', 'credits' or 'license' for more information
IPython 6.5.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import pandas as pd
In [2]: pd.__version__
Out[2]: '0.21.0'