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

BUG: .rolling() returns incorrect values when ts index is not nano seconds #55173

Merged
merged 20 commits into from
Oct 26, 2023
Merged

BUG: .rolling() returns incorrect values when ts index is not nano seconds #55173

merged 20 commits into from
Oct 26, 2023

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    3e107f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15abeb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Update pandas/tests/window/test_rolling.py

    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    hkhojasteh and jorisvandenbossche committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    bc28f3f View commit details
    Browse the repository at this point in the history
  2. Update test_rolling.py

    the df variable name fixed in the test
    hkhojasteh committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    dede3b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba9cf75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a0b938 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    5dd1a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b2ccb View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Update doc/source/whatsnew/v2.1.2.rst

    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    hkhojasteh and mroeschke committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    2b6458e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    710a7e1 View commit details
    Browse the repository at this point in the history
  2. Validating tz-aware data

    Data conversion removed
    Tests merged
    hkhojasteh committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a6a4d30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d308082 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    f62e484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c23ad0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5994a23 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    772c114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da3d7ea View commit details
    Browse the repository at this point in the history
  3. update whatsnew

    jorisvandenbossche committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e3d93b0 View commit details
    Browse the repository at this point in the history
  4. type checking

    jorisvandenbossche committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    11ceb3a View commit details
    Browse the repository at this point in the history