Skip to content

DOC: Improve DataFrame.select_dtypes examples #19188

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 1 commit into from
Jan 12, 2018

Conversation

tuliocasagrande
Copy link
Contributor

Greetings,

This is a minor change in the DataFrame.select_dtypes doc.

  • Add formatting (such as in np.number), to illustrate better it is a piece of code.
  • Add decimal place to the third column of the example to proper address it is a float column (maybe in the past float numbers didn't show decimal places all the time, but now they do).

Thanks for reviewing this!
Let me know if I can help further more.

@codecov
Copy link

codecov bot commented Jan 11, 2018

Codecov Report

Merging #19188 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #19188      +/-   ##
==========================================
+ Coverage   91.52%   91.54%   +0.02%     
==========================================
  Files         147      147              
  Lines       48775    48775              
==========================================
+ Hits        44639    44651      +12     
+ Misses       4136     4124      -12
Flag Coverage Δ
#multiple 89.91% <ø> (+0.02%) ⬆️
#single 41.62% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/frame.py 97.62% <ø> (ø) ⬆️
pandas/plotting/_converter.py 66.95% <0%> (+1.73%) ⬆️

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 8acdf80...4b2119a. Read the comment docs.

@jreback jreback added the Docs label Jan 12, 2018
@jreback jreback added this to the 0.23.0 milestone Jan 12, 2018
@jreback jreback merged commit 61ba7bf into pandas-dev:master Jan 12, 2018
@jreback
Copy link
Contributor

jreback commented Jan 12, 2018

thanks!

@tuliocasagrande tuliocasagrande deleted the select-dtypes-doc branch January 12, 2018 15:48
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