zoukankan      html  css  js  c++  java
  • [读书笔记] Python 数据分析 (十一)经济和金融数据应用

    resample: 重采样函数,可以按照时间来提高或者降低采样频率,fill_method可以使用不同的填充方式。

    pandas.data_range 的freq参数枚举:

    AliasDescription
    B business day frequency
    C custom business day frequency
    D calendar day frequency
    W weekly frequency
    M month end frequency
    SM semi-month end frequency (15th and end of month)
    BM business month end frequency
    CBM custom business month end frequency
    MS month start frequency
    SMS semi-month start frequency (1st and 15th)
    BMS business month start frequency
    CBMS custom business month start frequency
    Q quarter end frequency
    BQ business quarter end frequency
    QS quarter start frequency
    BQS business quarter start frequency
    A, Y year end frequency
    BA, BY business year end frequency
    AS, YS year start frequency
    BAS, BYS business year start frequency
    BH business hour frequency
    H hourly frequency
    T, min minutely frequency
    S secondly frequency
    L, ms milliseconds
    U, us microseconds
    N nanoseconds
  • 相关阅读:
    Django + Uwsgi + Nginx 的概念
    ubantu+nginx+uwsgi+django部署
    FileZilla以root用户登录Linux
    全文检索django-haystack+jieba+whoosh
    七牛云上传视频
    JWT登录与多方式登录
    vue绑定用户页面
    绑定微博用户接口
    vue微博回调空页面
    微博回调接口
  • 原文地址:https://www.cnblogs.com/vincentcheng/p/8486229.html
Copyright © 2011-2022 走看看