We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6c807 commit 7e1233cCopy full SHA for 7e1233c
tests/nested_pandas/nestedframe/test_nestedframe.py
@@ -182,7 +182,6 @@ def test_get_nested_columns():
182
183
base = base.add_nested(nested, "nested")
184
185
- # import pdb;pdb.set_trace()
186
df = base[["a", "b", "nested.c"]]
187
assert np.all(df.columns == ["a", "b", "nested"])
188
assert df.dtypes["nested"].field_names == ["c"]
0 commit comments