forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix groupby-resample KeyError when resampling on Index and giving exp…
…licit list of columns. (pandas-dev#50876) * Add failing test reproducing groupby-resample KeyError (pandas-dev#50840) * Fix groupby-resample KeyError (pandas-dev#50840) by adding None check. * Update whatsnew for pandas-dev#50840 * Improve coverage with multi and missing column groupby-resample tests. * Refactor groupby-resample tests via TestCase to remove duplicate code. * Revert "Refactor groupby-resample tests via TestCase to remove duplicate code." This reverts commit d522606. * Fix typo in bug fix entry for pandas-dev#50840 in doc/source/whatsnew/v2.0.0.rst
- Loading branch information
1 parent
c17c138
commit 75ed44e
Showing
3 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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 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 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