Skip to content

Commit d8bb752

Browse files
authored
DOC: Updating some capitalization in doc/source/user_guide pandas-dev#32550 (pandas-dev#47732)
1 parent 3d94f7a commit d8bb752

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

doc/source/user_guide/sparse.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ have no replacement.
266266

267267
.. _sparse.scipysparse:
268268

269-
Interaction with scipy.sparse
270-
-----------------------------
269+
Interaction with *scipy.sparse*
270+
-------------------------------
271271

272272
Use :meth:`DataFrame.sparse.from_spmatrix` to create a :class:`DataFrame` with sparse values from a sparse matrix.
273273

doc/source/user_guide/timeseries.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ We subtract the epoch (midnight at January 1, 1970 UTC) and then floor divide by
388388
389389
.. _timeseries.origin:
390390

391-
Using the ``origin`` Parameter
391+
Using the ``origin`` parameter
392392
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
393393

394394
Using the ``origin`` parameter, one can specify an alternative starting point for creation
@@ -1523,7 +1523,7 @@ or calendars with additional rules.
15231523
15241524
.. _timeseries.advanced_datetime:
15251525

1526-
Time series-related instance methods
1526+
Time Series-related instance methods
15271527
------------------------------------
15281528

15291529
Shifting / lagging
@@ -2601,7 +2601,7 @@ Transform nonexistent times to ``NaT`` or shift the times.
26012601
26022602
.. _timeseries.timezone_series:
26032603

2604-
Time zone series operations
2604+
Time zone Series operations
26052605
~~~~~~~~~~~~~~~~~~~~~~~~~~~
26062606

26072607
A :class:`Series` with time zone **naive** values is

doc/source/user_guide/visualization.rst

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

55
*******************
6-
Chart Visualization
6+
Chart visualization
77
*******************
88

99
This section demonstrates visualization through charting. For information on
@@ -1746,7 +1746,7 @@ Andrews curves charts:
17461746
17471747
plt.close("all")
17481748
1749-
Plotting directly with matplotlib
1749+
Plotting directly with Matplotlib
17501750
---------------------------------
17511751

17521752
In some situations it may still be preferable or necessary to prepare plots

doc/source/user_guide/window.rst

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

55
********************
6-
Windowing Operations
6+
Windowing operations
77
********************
88

99
pandas contains a compact set of APIs for performing windowing operations - an operation that performs
@@ -490,7 +490,7 @@ For all supported aggregation functions, see :ref:`api.functions_expanding`.
490490

491491
.. _window.exponentially_weighted:
492492

493-
Exponentially Weighted window
493+
Exponentially weighted window
494494
-----------------------------
495495

496496
An exponentially weighted window is similar to an expanding window but with each prior point

0 commit comments

Comments
 (0)