Skip to content

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 44 commits into from
Jun 10, 2019
Merged
Changes from 1 commit
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 Jan 13, 2019
c8abf33
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Jan 14, 2019
30eeb64
update imports
jbrockmendel Jan 14, 2019
d48e2ef
isort fixup
jbrockmendel Jan 14, 2019
0e32be2
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Jan 14, 2019
231458d
params for docstring
jbrockmendel Jan 14, 2019
1129e8c
test for numeric_only
jbrockmendel Jan 14, 2019
38f829a
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Jan 16, 2019
aba90ec
copy/paste fixup
jbrockmendel Jan 16, 2019
176b355
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Jan 17, 2019
ccb790b
Disable for PeriodArray
jbrockmendel Jan 17, 2019
4f4cb6d
Delete assertions missed in previous commit
jbrockmendel Jan 17, 2019
ec83db1
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Jan 17, 2019
5fb1db9
xfail numeric_only=False case
jbrockmendel Jan 17, 2019
028c789
Merge branch 'means' of https://github.com/jbrockmendel/pandas into m…
jbrockmendel Jan 17, 2019
50e714e
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Jan 29, 2019
1b24e7d
add todo comment
jbrockmendel Jan 29, 2019
4d40906
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Jan 29, 2019
a49da37
dont expect datetime in dataframe.mean
jbrockmendel Jan 29, 2019
94d3466
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Feb 1, 2019
e4e6a03
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Feb 7, 2019
7953a7b
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Feb 11, 2019
15307da
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Feb 18, 2019
da719e1
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Feb 22, 2019
637b415
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Feb 28, 2019
58bca36
whatsnew
jbrockmendel Feb 28, 2019
abcb87a
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Mar 3, 2019
4df0b1c
add versionadded
jbrockmendel Mar 3, 2019
c9736d7
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Mar 9, 2019
d2f5e6f
change NotImplementedError to TypeError
jbrockmendel Mar 9, 2019
de9025c
add mean to class docstrings and docs/source/reference/indexing.rst
jbrockmendel Mar 9, 2019
4c553a9
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Mar 14, 2019
330fc41
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Mar 20, 2019
7c6201b
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Apr 5, 2019
642d4e2
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Apr 12, 2019
7b9fd42
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Apr 20, 2019
4be012f
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel May 12, 2019
5682b65
remove axis keyword for now
jorisvandenbossche May 14, 2019
581ff1a
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel May 14, 2019
34a83a4
Merge branch 'means' of https://github.com/jbrockmendel/pandas into m…
jbrockmendel May 14, 2019
14150ee
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel May 16, 2019
450c8ce
don't pass axis to methods
jorisvandenbossche May 16, 2019
3e31ca1
add returns to docstring
jorisvandenbossche May 16, 2019
111c345
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
jbrockmendel Jun 3, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' of https://github.com/pandas-dev/pandas into means
  • Loading branch information
jbrockmendel committed Feb 7, 2019
commit e4e6a03b832632f72d6208691dc671a3d3c577b6

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.