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: Add the moment function as DataFrame and Series method WITH namespacing #10702

Closed
wants to merge 1 commit into from

Commits on Aug 11, 2015

  1. ENH: Add the moments functions into DataFrame and Series namespaces

    This makes the usage of those methods more object oriented.
    
    In order not to pollute the DataFrame and Series namespaces, the rolling and
    expanding methods were gathered into separate namespaces, using as far as
    possible the dedicated PandasDelegate mechanism.
    
    Also, delete some trailing whitespaces.
    sam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    ba81a66 View commit details
    Browse the repository at this point in the history