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

ENH: GH3371 support timedelta fillna #4684

Merged
merged 3 commits into from
Sep 8, 2013

Commits on Sep 7, 2013

  1. INT: add TimeDeltaBlock support in internals

    ENH: GH3371 support timedelta fillna
    jreback committed Sep 7, 2013
    Configuration menu
    Copy the full SHA
    36d49a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df791a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2013

  1. API: provide automatic dtype conversions on _reduce operations

    API: exclude non-numerics if mixed types in _reduce operations
    
    BUG: timedelta fixes
    
    CLN: small cleaning in nanops.py
    
    BUG: allow _reduce to call .apply for certain operations when the who block fails
         via a reduce exception
    jreback committed Sep 8, 2013
    Configuration menu
    Copy the full SHA
    b3f2444 View commit details
    Browse the repository at this point in the history