Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Series.dt.is_quarter_start and Series.dt.is_quarter_end #9046

Merged
merged 16 commits into from
Aug 17, 2021

Commits on Aug 6, 2021

  1. Added support and tests for Series.dt.is_month_end

    sft-managed authored and sft-managed committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    44d24e2 View commit details
    Browse the repository at this point in the history
  2. flake8

    sft-managed authored and sft-managed committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    08c8d97 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Added leap day to tests

    sft-managed authored and sft-managed committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    1634f45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a02ba97 View commit details
    Browse the repository at this point in the history
  3. Update datetime.pyx

    TravisHester authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    736b0f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Added Series.dt.is_month_end example in docstring

    sft-managed authored and sft-managed committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    0d43624 View commit details
    Browse the repository at this point in the history
  2. flake8

    sft-managed authored and sft-managed committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    0b2d2c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ff604a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    b651c4a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Added Series.dt.is_quarter_start and Series.dt.is_quarter_end

    sft-managed authored and sft-managed committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    b15bdef View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-21.10' of github.com:TravisHester/cudf into bran…

    …ch-21.10
    sft-managed authored and sft-managed committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    a381476 View commit details
    Browse the repository at this point in the history
  3. flake8

    sft-managed authored and sft-managed committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    c19c4f8 View commit details
    Browse the repository at this point in the history
  4. merging

    sft-managed authored and sft-managed committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    b317a66 View commit details
    Browse the repository at this point in the history
  5. optimized is_quarter_start/end

    sft-managed authored and sft-managed committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    b62a312 View commit details
    Browse the repository at this point in the history
  6. minor fix

    sft-managed authored and sft-managed committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    6f20728 View commit details
    Browse the repository at this point in the history
  7. black

    sft-managed authored and sft-managed committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    94df215 View commit details
    Browse the repository at this point in the history