由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - python pandas DataFrame的index为什么是日期而不是integer in
相关主题
dataframe和SQL最大区别是什么呢快要被Python的兼容性弄疯了
请教一个python(pandas)的效率问题求python大牛指路
Pandas DataFrame: how to plot candlestick with datetime xlabels?python pandas reading large csv file
Java码农转data science行业,有没有一起的 (转载)Re: 有谁觉得做bioinformatics 的数据分析 python比R好的? (转载)
pandas 作者:Apache Arrow and the "10 Things I Hate About pandas"python要搞type hint了
一两个million的时间序列在spark上怎么分析Anaconda装起来会跟已有的python dist有什么冲突吗?
有人上Spark用python API的么易写性,易维护和执行效率综合来看
怎样用Python选一部分数据出来从心底讨厌scala
相关话题的讨论汇总
话题: dataframe话题: pandas话题: index
进入Programming版参与讨论
1 (共1页)
w*s
发帖数: 7227
1
x = pd.DataReader("xom", "yahoo", start, end)['Low']
print x.idxmin()
怎么返回int ?
谢谢各位!
l*******m
发帖数: 1096
2
pd.DataReader("xom", "yahoo", start, end).reset_index()['Low']

【在 w*s 的大作中提到】
: x = pd.DataReader("xom", "yahoo", start, end)['Low']
: print x.idxmin()
: 怎么返回int ?
: 谢谢各位!

w*s
发帖数: 7227
3
太牛了,谢谢!

【在 l*******m 的大作中提到】
: pd.DataReader("xom", "yahoo", start, end).reset_index()['Low']
1 (共1页)
进入Programming版参与讨论
相关主题
从心底讨厌scalapandas 作者:Apache Arrow and the "10 Things I Hate About pandas"
从java读取python输出的pytables一两个million的时间序列在spark上怎么分析
python这中垃圾语言流行还是因为半路出家的人太多有人上Spark用python API的么
python在2009年差点死掉,后来为什么起死回生了?怎样用Python选一部分数据出来
dataframe和SQL最大区别是什么呢快要被Python的兼容性弄疯了
请教一个python(pandas)的效率问题求python大牛指路
Pandas DataFrame: how to plot candlestick with datetime xlabels?python pandas reading large csv file
Java码农转data science行业,有没有一起的 (转载)Re: 有谁觉得做bioinformatics 的数据分析 python比R好的? (转载)
相关话题的讨论汇总
话题: dataframe话题: pandas话题: index