尝试在Google Colab中读取Bloomberg数据(通过anaconda在python中使用Bloomberg数据已经有一段时间了)。你有什么办法在Colab环境中加载它吗?^非常感谢!
!https://bloomberg.bintray.com/pip/simple索引pip安装--python索引url=python blpapi
显示了以下内容
Looking in indexes: https://bloomberg.bintray.com/pip/simple
Collecting blpapi
Downloading https://bloomberg.bintray.com/pip/simple/blpapi/blpapi-3.14.0.tar.gz (221kB)
|████████████████████████████████| 225kB 3.7MB/s
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.发布于 2020-11-07 22:11:46
我不知道您是否可以直接从提供的URL下载,但是google Collab本身提供了一个Bloomberg Open API。
(命令:!pip install pdblp)
(文档记录在:https://pypi.org/project/pdblp/)
https://stackoverflow.com/questions/62069846
复制相似问题