You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a regular groupby, custom agg functions will receive a Panel as expected. If you groupby with TimeGrouper, the agg function will receive a Series. The regular cython aggregates likes mean, sum work fine.
The text was updated successfully, but these errors were encountered:
Version 0.10.0 final
* tag 'v0.10.0': (27 commits)
RLS: Version 0.10.0 final
DOC: rolling window examples pandas-dev#2477
DOC: wide frame repr examples in dsintro pandas-dev#2477
DOC: add some licenses, remove b1 qualifier
BUG: don't fail in PeriodIndex.format when passing formatter. closepandas-dev#2549
BUG: more memory usage fixes
BUG: ordering in returned data on an index axis if had a selection filter e.g. had > 61 fields that were specified in a Term (weird but true)
BUG: allow perf_HEAD to run off travis
BLD: add pytables as dep in VBENCH travis build
ENH: perf_HEAD cleanups and enhancements
CLN: modify test_perf to allow import as a module
CLN: remove redundant assignment
CLN: remove argument and deprecation warning from internal function
BUG: remove pdb
BUG: fix panel bin-grouping aggregation with custom functions. closepandas-dev#2537
ENH: read_* function header inference. make backwards compatible again with 0.9.x. closepandas-dev#2539
BUG: handle bytes in regular expression parsing for python 3
Fix compilation on MSVC, signbit not in math.h
TST: unit test for groupby apply
BUG: copy=False on reindex of non_index_axis BUG: incorrect permuting of data orientation on ndim with non-default axe (e.g. store data in order ['major_axis','labels,'minor_axis']) TST: much more robust tests on ndim indexables different from default
...
http://nbviewer.ipython.org/4287202/
When using a regular groupby, custom agg functions will receive a Panel as expected. If you groupby with TimeGrouper, the agg function will receive a Series. The regular cython aggregates likes mean, sum work fine.
The text was updated successfully, but these errors were encountered: