-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Change refs in docs from pandas.SparseArray to pandas.arrays.SparseArray #30644
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
Conversation
In #30642 I think Jeff was proposing that accessing |
Ah, that's a bigger change. I will change all references to |
It's probably worth discussing whether we actually want to do that for 1.0. I'm not sure if it's worth introducing that right now. |
@TomAugspurger Well, I have all the changes done and am about to commit. I'll separate it to a different PR, so you can merge this one as is (with the doc changes), and then we can use the new PR to discuss whether we do all those changes. |
@TomAugspurger not sure what the issue is here. This makes things very consistent with other EA (I agree Categorical is still there, but this makes a good step). |
I like #30566 better than this. |
closing in favor of #30566 |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
Change all references in docs to use
arrays.SparseArray
rather than justSparseArray