Skip to content

DOC: sparse doc fixups #26571

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

Merged
merged 2 commits into from
Jun 1, 2019
Merged

Conversation

TomAugspurger
Copy link
Contributor

No description provided.

@@ -1236,6 +1236,7 @@ Operators now preserve dtypes
- Sparse data structure now can preserve ``dtype`` after arithmetic ops (:issue:`13848`)

.. ipython:: python
:okwarning:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe better to make these code blocks?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably. I'm still hoping someone will write a script to do this automatically someday. Just capture the output and freeze that.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm still hoping someone will write a script to do this automatically someday. Just capture the output and freeze that.

That's also my long term plan ;)
It sounds as not too hard, but sphinx keeps being a mystery most of the time ..

@codecov
Copy link

codecov bot commented May 30, 2019

Codecov Report

Merging #26571 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26571      +/-   ##
==========================================
- Coverage   91.77%   91.77%   -0.01%     
==========================================
  Files         174      174              
  Lines       50681    50681              
==========================================
- Hits        46513    46510       -3     
- Misses       4168     4171       +3
Flag Coverage Δ
#multiple 90.3% <ø> (ø) ⬆️
#single 41.66% <ø> (-0.1%) ⬇️
Impacted Files Coverage Δ
pandas/core/sparse/frame.py 95.65% <ø> (ø) ⬆️
pandas/core/sparse/series.py 93.24% <ø> (ø) ⬆️
pandas/io/gbq.py 78.94% <0%> (-10.53%) ⬇️
pandas/core/frame.py 97% <0%> (-0.12%) ⬇️
pandas/util/testing.py 90.7% <0%> (+0.1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8154efb...afca864. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented May 30, 2019

Codecov Report

Merging #26571 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26571      +/-   ##
==========================================
- Coverage   91.77%   91.77%   -0.01%     
==========================================
  Files         174      174              
  Lines       50681    50681              
==========================================
- Hits        46513    46510       -3     
- Misses       4168     4171       +3
Flag Coverage Δ
#multiple 90.3% <ø> (ø) ⬆️
#single 41.66% <ø> (-0.1%) ⬇️
Impacted Files Coverage Δ
pandas/core/sparse/frame.py 95.65% <ø> (ø) ⬆️
pandas/core/sparse/series.py 93.24% <ø> (ø) ⬆️
pandas/io/gbq.py 78.94% <0%> (-10.53%) ⬇️
pandas/core/frame.py 97% <0%> (-0.12%) ⬇️
pandas/util/testing.py 90.7% <0%> (+0.1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8154efb...afca864. Read the comment docs.

@jreback jreback added Docs Sparse Sparse Data Type labels May 30, 2019
@jreback jreback added this to the 0.25.0 milestone May 30, 2019
@jreback jreback merged commit 6904c23 into pandas-dev:master Jun 1, 2019
@jreback
Copy link
Contributor

jreback commented Jun 1, 2019

thanks @TomAugspurger

vaibhavhrt pushed a commit to vaibhavhrt/pandas that referenced this pull request Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Sparse Sparse Data Type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants