|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
本帖最后由 花生爱上猫 于 2017-7-31 14:44 编辑
list1 = bars.resample('24h')
list1
C:\Users\apple1\Anaconda3\lib\site-packages\IPython\utils\dir2.py:65: FutureWarning:
.resample() is now a deferred operation
use .resample(...).mean() instead of .resample(...)
C:\Users\apple1\Anaconda3\lib\site-packages\IPython\utils\dir2.py:74: FutureWarning:
.resample() is now a deferred operation
use .resample(...).mean() instead of .resample(...)
DatetimeIndexResampler [freq=<24 * Hours>, axis=0, closed=left, label=left, convention=start, base=0] |
|