Skip to content

Commit

Permalink
Update python/cudf/cudf/core/series.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vyas Ramasubramani <[email protected]>
  • Loading branch information
galipremsagar and vyasr authored Mar 21, 2022
1 parent bca6179 commit 7b28368
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/cudf/cudf/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -2767,9 +2767,8 @@ def quantile(
return result

return Series._from_data(
data={None: result},
data={self.name: result},
index=as_index(np_array_q) if quant_index else None,
name=self.name,
)

@docutils.doc_describe()
Expand Down

0 comments on commit 7b28368

Please sign in to comment.