Conversation
mrocklin
left a comment
There was a problem hiding this comment.
This looks great to me. Thanks for the fix @henriqueribeiro !
I left a small comment, but I'd be happy to merge this as-is.
| @derived_from(pd.Index) | ||
| def to_series(self): | ||
| return self.map_partitions(M.to_series, | ||
| meta=self._meta.to_series()) |
There was a problem hiding this comment.
My guess is that if you leave off the meta= keyword here that it will probably do the right thing anyway.
There was a problem hiding this comment.
Yep, I tried that also and it worked.
|
Good! Should I do something? |
If you want to remove the |
|
According to the documentation:
|
|
In this particular case you would have been fine. But lets just merge this for now. Thanks @henriqueribeiro ! |
flake8 daskAdding method
to_series()on dask.dataframe.Index class