Skip to content

DOC: Spellcheck of categorical.rst and visualization.rst #19428

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 3 commits into from
Jan 31, 2018
Merged

DOC: Spellcheck of categorical.rst and visualization.rst #19428

merged 3 commits into from
Jan 31, 2018

Conversation

tommyod
Copy link
Contributor

@tommyod tommyod commented Jan 28, 2018

Minor changes to the documentation, specifically categorical.rst and visualization.rst:

  • Function references as links.
  • Backticks `` around Series, DataFrame.
  • Minor rephrasing of sentences, spelling, etc.
  • For plots such as lag plots, Andrews plot, Radviz, I added links to Wikipedia entries.

Comments very welcome.

@jreback jreback added the Docs label Jan 29, 2018
@jreback jreback added this to the 0.23.0 milestone Jan 29, 2018

.. ipython:: python

df = pd.DataFrame({"A":["a","b","c","a"]})
df["B"] = df["A"].astype('category')
df

By using some special functions:
By using special functions, such as :func:`~pandas.cut` (:ref:`docs here
<reshaping.tile.cut>`):
Copy link
Contributor

Choose a reason for hiding this comment

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

can you expand the ref for the cut section in the docs

@codecov
Copy link

codecov bot commented Jan 31, 2018

Codecov Report

Merging #19428 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #19428   +/-   ##
=======================================
  Coverage   91.62%   91.62%           
=======================================
  Files         150      150           
  Lines       48728    48728           
=======================================
  Hits        44645    44645           
  Misses       4083     4083
Flag Coverage Δ
#multiple 89.99% <ø> (ø) ⬆️
#single 41.74% <ø> (ø) ⬆️

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 12ac43f...59065c7. Read the comment docs.

@jreback jreback merged commit ca4ae4f into pandas-dev:master Jan 31, 2018
@jreback
Copy link
Contributor

jreback commented Jan 31, 2018

thanks @tommyod . these are very welcome PR's. If possible, can you put a PR per file (unless very little changes). Just a bit easier to review. thanks! keep em coming

@tommyod
Copy link
Contributor Author

tommyod commented Feb 1, 2018

@jreback I expanded the reference by writing a sentence about the cut function. I hope I understood your comment correctly. I believe this PR is good to go.

EDIT: Updated the page and realized that this was merged. Thanks @jreback ! I can do 1 file per PR, no problem.

harisbal pushed a commit to harisbal/pandas that referenced this pull request Feb 28, 2018
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