dask: Add missing methods to Series

Pandas methods like to_timestamp are trivial to add to dask.dataframe. We should go through the API and verify that we’ve implemented everything like this that is more-or-less trivial to do.

About this issue

  • Original URL
  • State: open
  • Created 8 years ago
  • Comments: 23 (14 by maintainers)

Commits related to this issue

Most upvoted comments

I would expect axes() to return a list containing:

  • df.index (which is a dask.dataframe Index)
  • df.columns (which is a pandas Index)

I believe this ticket was closed by mistake while merging https://github.com/dask/dask/pull/7236. Can this be reopened?