Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Aug 24, 2021
1 parent eb399fb commit bd9be97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/dask_cudf/dask_cudf/accessors.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def field(self, key):
lambda s: s.struct.field(key),
meta=self.d_series._meta._constructor([], dtype=typ),
)

def explode(self):
"""
Creates a dataframe view of the struct column, one column per field.
Expand Down
1 change: 1 addition & 0 deletions python/dask_cudf/dask_cudf/tests/test_accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ def test_dask_struct_field_Int_Error(data):
with pytest.raises(IndexError):
got.struct.field(1000).compute()


@pytest.mark.parametrize(
"data",
[
Expand Down

0 comments on commit bd9be97

Please sign in to comment.