8000 [ArrayManager] TST: get tests running for /tests/frame by jorisvandenbossche · Pull Request #39700 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

[ArrayManager] TST: get tests running for /tests/frame #39700

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 9 commits into from
Mar 5, 2021
Prev Previous commit
Next Next commit
no longer skip groupby
  • Loading branch information
jorisvandenbossche committed Mar 3, 2021
commit 53765e5c729cac8f9284d7a7a584333b66c4dd09
1 change: 0 additions & 1 deletion pandas/tests/frame/test_stack_unstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,6 @@ def test_stack_mixed_dtype(self, multiindex_dataframe_random_data):
assert result.name is None
assert stacked["bar"].dtype == np.float_

@td.skip_array_manager_not_yet_implemented # TODO(ArrayManager) groupby
def test_unstack_bug(self):
df = DataFrame(
{
Expand Down
0