Skip to content

Commit d1b1236

Browse files
authored
Updated headers (#33147)
1 parent e45d345 commit d1b1236

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

doc/source/user_guide/categorical.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ Assigning a ``Categorical`` to parts of a column of other types will use the val
797797
.. _categorical.merge:
798798
.. _categorical.concat:
799799

800-
Merging / Concatenation
800+
Merging / concatenation
801801
~~~~~~~~~~~~~~~~~~~~~~~
802802

803803
By default, combining ``Series`` or ``DataFrames`` which contain the same

doc/source/user_guide/computation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ parameter:
210210

211211
.. _stats.moments:
212212

213-
Window Functions
213+
Window functions
214214
----------------
215215

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

324324
.. _stats.rolling_apply:
325325

326-
Rolling Apply
326+
Rolling apply
327327
~~~~~~~~~~~~~
328328

329329
The :meth:`~Rolling.apply` function takes an extra ``func`` argument and performs

doc/source/user_guide/cookbook.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ One could hard code:
179179
Selection
180180
---------
181181

182-
DataFrames
182+
Dataframes
183183
**********
184184

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

291291
.. _cookbook.multi_index:
292292

293-
MultiIndexing
293+
Multiindexing
294294
-------------
295295

296296
The :ref:`multindexing <advanced.hierarchical>` docs.
@@ -913,7 +913,7 @@ The :ref:`Plotting <visualization>` docs.
913913
@savefig quartile_boxplot.png
914914
df.boxplot(column='price', by='quartiles')
915915
916-
Data In/Out
916+
Data in/out
917917
-----------
918918

919919
`Performance comparison of SQL vs HDF5

doc/source/user_guide/gotchas.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ See `this link <https://stackoverflow.com/questions/13592618/python-pandas-dataf
317317
for more information.
318318

319319

320-
Byte-Ordering issues
320+
Byte-ordering issues
321321
--------------------
322322
Occasionally you may have to deal with data that were created on a machine with
323323
a different byte order than the one on which you are running Python. A common

doc/source/user_guide/groupby.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{ header }}
44

55
*****************************
6-
Group By: split-apply-combine
6+
Group by: split-apply-combine
77
*****************************
88

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

0 commit comments

Comments
 (0)