Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataframe.sparse and Series.sparse property accessors are not implemented #1584

Closed
gshimansky opened this issue Jun 11, 2020 · 2 comments
Closed
Labels
bug 🦗 Something isn't working

Comments

@gshimansky
Copy link
Collaborator

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04):

Ubuntu 20.04

  • Modin version (modin.__version__):

0.7.3+110.g6637572

  • Python version:

Python 3.8.2

  • Code we can use to reproduce:

Describe the problem

sparse property accessor should allow access to .density property and .from_spmatrix, .to_coo, .to_dense functions. See https://pandas.pydata.org/pandas-docs/stable/reference/frame.html#api-frame-sparse

Source code / logs

@gshimansky gshimansky added the bug 🦗 Something isn't working label Jun 11, 2020
@devin-petersohn devin-petersohn added this to the 0.8.1 milestone Jul 24, 2020
@anmyachev anmyachev modified the milestones: 0.8.1, 0.8.2 Oct 14, 2020
@anmyachev anmyachev modified the milestones: 0.8.2, 0.8.4 Feb 9, 2021
@dchigarev
Copy link
Collaborator

All sparse accessors were added in #2318, however all of them are defaulting to pandas

@devin-petersohn devin-petersohn removed this from the 0.8.4 milestone Oct 11, 2021
@pyrito
Copy link
Collaborator

pyrito commented Aug 18, 2022

Trying this on latest master and it seems that the property accessors are implemented now, but as @dchigarev they are defaulting to pandas. I think the main issue here has been resolved, so I'm going to close this issue.

@pyrito pyrito closed this as completed Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🦗 Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants