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: Resample across multiple days #8941

Merged

Commits on Nov 30, 2014

  1. BUG: Resample across multiple days

    Fixes an issue where resampling over multiple days causes a ValueError
    when a number of days between the normalized first and normalized last
    days is not a multiple of the frequency.
    
    Added test TestResample.test_resample_anchored_multiday
    
    Closes pandas-dev#8683
    hkleynhans committed Nov 30, 2014
    Configuration menu
    Copy the full SHA
    5a2b19b View commit details
    Browse the repository at this point in the history