Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Implement Series.mean() in new style #219

Merged
merged 2 commits into from
Oct 20, 2019

Commits on Oct 18, 2019

  1. Implement Series.mean() in new style

    Remove mean from HPAD pipeline and add tests
    Removed commented code
    Fix tests
    Rename tests for mean() and test both skipna cases
    Combine all tests for mean() in one
    Fix Test list in docstring for mean() implementation
    Fix for complex numbers and comment mean in series_kernels.py
    Return mean to series_replace_funcs because it is used in other places
    Fix docstring for mean
    Return back mean in _run_call_series and add test for default skipna for old style
    Improve tests
    PokhodenkoSA committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    3de3f28 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

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