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: Fix some PeriodIndex resampling issues #16153

Merged

Commits on Sep 29, 2017

  1. CLN: move PeriodIndex binning code to TimeGrouper

    Simplifies PeriodIndexResampler and makes it more similar to Resampler,
    DatetimeIndexResampler and TimedeltaIndexResampler.
    winklerand authored and jreback committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    ca7b6f2 View commit details
    Browse the repository at this point in the history
  2. TST/CLN: raise error when resampling with on= or level= selection

    Added tests to cover all code paths, moved the check to _convert_obj() and
    removed then-redundant check from _upsample() method.
    winklerand authored and jreback committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    c27f430 View commit details
    Browse the repository at this point in the history
  3. BUG: resampling PeriodIndex now returns PeriodIndex (GH 12884, 15944)

    Exceptions:
    - force conversion to DatetimeIndex by kind='timestamp' param
    - if loffset is given, convert to timestamps in any case
    winklerand authored and jreback committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    390e16e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23566c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a82879d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b1c740 View commit details
    Browse the repository at this point in the history
  7. CLN: use memb._isnan for NaT masking

    winklerand authored and jreback committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    73c0990 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa6c1d3 View commit details
    Browse the repository at this point in the history
  9. STYLE: added blank lines

    winklerand authored and jreback committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    7ea04e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    82a8275 View commit details
    Browse the repository at this point in the history
  11. CLN/TST: call assert_almost_equal() when comparing Series/DataFrames

    Removed previously defined helper method assert_series_or_frame_equal(),
    which behaved identical to assert_almost_equal()
    winklerand authored and jreback committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    432c623 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8814fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    486ad67 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ad8519f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    39fc7e2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    efcad5b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    41401d4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    398a684 View commit details
    Browse the repository at this point in the history
  19. fixups

    jreback committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    8358c41 View commit details
    Browse the repository at this point in the history
  20. moar whatsnew

    jreback committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    6084e0c View commit details
    Browse the repository at this point in the history