gpt4 book ai didi

python - pandas-dev 安装(如何安装 Pandas 1.3.0)

转载 作者:行者123 更新时间:2023-12-04 14:06:59 24 4
gpt4 key购买 nike

我看到在 Pandas 版本 1.3.0.dev0+1779.gdcc2a8f801 上有一个新实现的方法 (read_xml),我想使用它。问题是我还没有找到安装 Pandas 开发版的方法。我目前正在使用 Python3 和 pip,并已尝试从其源存储库 (Pandas-dev page)

我该如何处理?也许使用 Conda 或自己编译?我不知道该怎么做...

最佳答案

你可以使用 pip:

pip install git+https://github.com/pandas-dev/pandas.git

如果您使用的是 jupyter notebook,只需运行:

!pip install git+https://github.com/pandas-dev/pandas.git

它将安装最新版本:

Collecting git+https://github.com/pandas-dev/pandas.git
Cloning https://github.com/pandas-dev/pandas.git to /tmp/pip-req-build-lpoyr70w
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Successfully built pandas
Installing collected packages: pandas
Attempting uninstall: pandas
Found existing installation: pandas 1.2.5
Uninstalling pandas-1.2.5:
Successfully uninstalled pandas-1.2.5
Successfully installed pandas-1.4.0.dev0+108.gfa6b96e128

如果你想要一个特定的版本,只需在末尾添加@并选择你想要的提交检查。

关于python - pandas-dev 安装(如何安装 Pandas 1.3.0),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67784745/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com