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

DOC: Update DataFrame.sparse methods' docstring to pass docstring validation #58323

Merged
merged 8 commits into from
Apr 20, 2024

Conversation

gboeker
Copy link
Contributor

@gboeker gboeker commented Apr 18, 2024

Fixed docstring errors for:

pandas.DataFrame.sparse
pandas.DataFrame.sparse.density
pandas.DataFrame.sparse.from_spmatrix
pandas.DataFrame.sparse.to_coo
pandas.DataFrame.sparse.to_dense

Fixed functions also removed from code_checks.sh

@gboeker gboeker marked this pull request as ready for review April 20, 2024 16:49
@gboeker gboeker requested a review from mroeschke as a code owner April 20, 2024 16:49
@mroeschke mroeschke added the Docs label Apr 20, 2024
@mroeschke mroeschke added this to the 3.0 milestone Apr 20, 2024
@mroeschke mroeschke merged commit d697a5f into pandas-dev:main Apr 20, 2024
48 of 50 checks passed
@mroeschke
Copy link
Member

Thanks @gboeker

@gboeker gboeker deleted the numpy branch April 20, 2024 18:30
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
…idation (pandas-dev#58323)

* fix docstring error for sparse method

* fix line too long

* fix see also docstring error

* fix line too long

* fix sparse.to_dense docstring errors

* delete empty line

* add see also for sparse.to_coo

* correct order
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants