-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
implement+test mean for datetimelike EA/Index/Series #24757
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
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
434e2cd
implement+test mean for datetimelike EA/Index/Series
jbrockmendel c8abf33
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 30eeb64
update imports
jbrockmendel d48e2ef
isort fixup
jbrockmendel 0e32be2
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 231458d
params for docstring
jbrockmendel 1129e8c
test for numeric_only
jbrockmendel 38f829a
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel aba90ec
copy/paste fixup
jbrockmendel 176b355
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel ccb790b
Disable for PeriodArray
jbrockmendel 4f4cb6d
Delete assertions missed in previous commit
jbrockmendel ec83db1
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 5fb1db9
xfail numeric_only=False case
jbrockmendel 028c789
Merge branch 'means' of https://github.com/jbrockmendel/pandas into m…
jbrockmendel 50e714e
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 1b24e7d
add todo comment
jbrockmendel 4d40906
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel a49da37
dont expect datetime in dataframe.mean
jbrockmendel 94d3466
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel e4e6a03
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 7953a7b
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 15307da
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel da719e1
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 637b415
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 58bca36
whatsnew
jbrockmendel abcb87a
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 4df0b1c
add versionadded
jbrockmendel c9736d7
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel d2f5e6f
change NotImplementedError to TypeError
jbrockmendel de9025c
add mean to class docstrings and docs/source/reference/indexing.rst
jbrockmendel 4c553a9
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 330fc41
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 7c6201b
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 642d4e2
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 7b9fd42
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 4be012f
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 5682b65
remove axis keyword for now
jorisvandenbossche 581ff1a
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 34a83a4
Merge branch 'means' of https://github.com/jbrockmendel/pandas into m…
jbrockmendel 14150ee
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel 450c8ce
don't pass axis to methods
jorisvandenbossche 3e31ca1
add returns to docstring
jorisvandenbossche 111c345
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.