Skip to content

DOC: Fix capitalization among headings in documentation files (#32550) #33147

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
Apr 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/user_guide/categorical.rst
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ Assigning a ``Categorical`` to parts of a column of other types will use the val
.. _categorical.merge:
.. _categorical.concat:

Merging / Concatenation
Merging / concatenation
~~~~~~~~~~~~~~~~~~~~~~~

By default, combining ``Series`` or ``DataFrames`` which contain the same
Expand Down
4 changes: 2 additions & 2 deletions doc/source/user_guide/computation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ parameter:

.. _stats.moments:

Window Functions
Window functions
----------------

.. currentmodule:: pandas.core.window
Expand Down Expand Up @@ -323,7 +323,7 @@ We provide a number of common statistical functions:

.. _stats.rolling_apply:

Rolling Apply
Rolling apply
~~~~~~~~~~~~~

The :meth:`~Rolling.apply` function takes an extra ``func`` argument and performs
Expand Down
6 changes: 3 additions & 3 deletions doc/source/user_guide/cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ One could hard code:
Selection
---------

DataFrames
Dataframes
**********

The :ref:`indexing <indexing>` docs.
Expand Down Expand Up @@ -290,7 +290,7 @@ Notice the same results, with the exception of the index.

.. _cookbook.multi_index:

MultiIndexing
Multiindexing
-------------

The :ref:`multindexing <advanced.hierarchical>` docs.
Expand Down Expand Up @@ -913,7 +913,7 @@ The :ref:`Plotting <visualization>` docs.
@savefig quartile_boxplot.png
df.boxplot(column='price', by='quartiles')

Data In/Out
Data in/out
-----------

`Performance comparison of SQL vs HDF5
Expand Down
2 changes: 1 addition & 1 deletion doc/source/user_guide/gotchas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ See `this link <https://stackoverflow.com/questions/13592618/python-pandas-dataf
for more information.


Byte-Ordering issues
Byte-ordering issues
--------------------
Occasionally you may have to deal with data that were created on a machine with
a different byte order than the one on which you are running Python. A common
Expand Down
2 changes: 1 addition & 1 deletion doc/source/user_guide/groupby.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ header }}

*****************************
Group By: split-apply-combine
Group by: split-apply-combine
*****************************

By "group by" we are referring to a process involving one or more of the following
Expand Down