美文网首页我爱编程
2.11 Pandas时期pd.Period()

2.11 Pandas时期pd.Period()

作者: 夏日春风 | 来源:发表于2018-03-17 18:35 被阅读0次

    :Period 核心:pd.Period() P 大写

    1--pd.Period()参数:一个时间戳生成器

    DatetimeIndex是一个录入的时间戳

    2--pd.period_range

    # 数据格式为PeriodIndex,单个数值为Period

    3--# asfreq:频率转换 针对 ‘时间生成器’

    4--# 时间戳与时期之间的转换:

    pd.to_period()、pd.to_timestamp()

    相关文章

      网友评论

        本文标题:2.11 Pandas时期pd.Period()

        本文链接:https://www.haomeiwen.com/subject/zjlqqftx.html