-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
Conversation
doc/source/categorical.rst
Outdated
|
||
.. 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>`): |
There was a problem hiding this comment.
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 Report
@@ Coverage Diff @@
## master #19428 +/- ##
=======================================
Coverage 91.62% 91.62%
=======================================
Files 150 150
Lines 48728 48728
=======================================
Hits 44645 44645
Misses 4083 4083
Continue to review full report at Codecov.
|
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 |
Minor changes to the documentation, specifically
categorical.rst
andvisualization.rst
:``
around Series, DataFrame.Comments very welcome.