From a802d86e380b389e912d67ec54b56e3769dcfa75 Mon Sep 17 00:00:00 2001 From: Somtochi Umeh <74836691+SomtochiUmeh@users.noreply.github.com> Date: Thu, 14 Jul 2022 22:46:26 -0500 Subject: [PATCH 1/3] DOC: Updating some capitalization in doc/source/user_guide #32550 --- doc/source/user_guide/missing_data.rst | 2 +- doc/source/user_guide/sparse.rst | 2 +- doc/source/user_guide/timedeltas.rst | 2 +- doc/source/user_guide/timeseries.rst | 8 ++++---- doc/source/user_guide/visualization.rst | 4 ++-- doc/source/user_guide/window.rst | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/source/user_guide/missing_data.rst b/doc/source/user_guide/missing_data.rst index 3052ee3001681..e437aecafcac0 100644 --- a/doc/source/user_guide/missing_data.rst +++ b/doc/source/user_guide/missing_data.rst @@ -874,7 +874,7 @@ is already ``False``): True & pd.NA -``NA`` in a boolean context +``NA`` in a Boolean context --------------------------- Since the actual value of an NA is unknown, it is ambiguous to convert NA diff --git a/doc/source/user_guide/sparse.rst b/doc/source/user_guide/sparse.rst index ef2cb8909b59d..5c25c0d1209db 100644 --- a/doc/source/user_guide/sparse.rst +++ b/doc/source/user_guide/sparse.rst @@ -266,7 +266,7 @@ have no replacement. .. _sparse.scipysparse: -Interaction with scipy.sparse +Interaction with SciPy.sparse ----------------------------- Use :meth:`DataFrame.sparse.from_spmatrix` to create a :class:`DataFrame` with sparse values from a sparse matrix. diff --git a/doc/source/user_guide/timedeltas.rst b/doc/source/user_guide/timedeltas.rst index 180de1df53f9e..7a052177938b5 100644 --- a/doc/source/user_guide/timedeltas.rst +++ b/doc/source/user_guide/timedeltas.rst @@ -67,7 +67,7 @@ Further, operations among the scalars yield another scalar ``Timedelta``. "00:00:00.000123" ) -to_timedelta +To_timedelta ~~~~~~~~~~~~ Using the top-level ``pd.to_timedelta``, you can convert a scalar, array, list, diff --git a/doc/source/user_guide/timeseries.rst b/doc/source/user_guide/timeseries.rst index c67d028b65b3e..7772df5132188 100644 --- a/doc/source/user_guide/timeseries.rst +++ b/doc/source/user_guide/timeseries.rst @@ -3,7 +3,7 @@ {{ header }} ******************************** -Time series / date functionality +Time Series / date functionality ******************************** pandas contains extensive capabilities and features for working with time series data for all domains. @@ -388,7 +388,7 @@ We subtract the epoch (midnight at January 1, 1970 UTC) and then floor divide by .. _timeseries.origin: -Using the ``origin`` Parameter +Using the ``origin`` parameter ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Using the ``origin`` parameter, one can specify an alternative starting point for creation @@ -1523,7 +1523,7 @@ or calendars with additional rules. .. _timeseries.advanced_datetime: -Time series-related instance methods +Time Series-related instance methods ------------------------------------ Shifting / lagging @@ -2601,7 +2601,7 @@ Transform nonexistent times to ``NaT`` or shift the times. .. _timeseries.timezone_series: -Time zone series operations +Time zone Series operations ~~~~~~~~~~~~~~~~~~~~~~~~~~~ A :class:`Series` with time zone **naive** values is diff --git a/doc/source/user_guide/visualization.rst b/doc/source/user_guide/visualization.rst index 72600289dcf75..d6426fe8bed2d 100644 --- a/doc/source/user_guide/visualization.rst +++ b/doc/source/user_guide/visualization.rst @@ -3,7 +3,7 @@ {{ header }} ******************* -Chart Visualization +Chart visualization ******************* This section demonstrates visualization through charting. For information on @@ -1746,7 +1746,7 @@ Andrews curves charts: plt.close("all") -Plotting directly with matplotlib +Plotting directly with Matplotlib --------------------------------- In some situations it may still be preferable or necessary to prepare plots diff --git a/doc/source/user_guide/window.rst b/doc/source/user_guide/window.rst index 2407fd3113830..e08fa81c5fa09 100644 --- a/doc/source/user_guide/window.rst +++ b/doc/source/user_guide/window.rst @@ -3,7 +3,7 @@ {{ header }} ******************** -Windowing Operations +Windowing operations ******************** 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`. .. _window.exponentially_weighted: -Exponentially Weighted window +Exponentially weighted window ----------------------------- An exponentially weighted window is similar to an expanding window but with each prior point From 93299baca7303b912d7d439edc38a808f9e2a354 Mon Sep 17 00:00:00 2001 From: Somtochi Umeh <74836691+SomtochiUmeh@users.noreply.github.com> Date: Sat, 16 Jul 2022 20:14:34 -0500 Subject: [PATCH 2/3] DOC: Updating some capitalization in doc/source/user_guide #32550 --- doc/source/user_guide/sparse.rst | 2 +- doc/source/user_guide/timedeltas.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/user_guide/sparse.rst b/doc/source/user_guide/sparse.rst index 5c25c0d1209db..868c2576cadd0 100644 --- a/doc/source/user_guide/sparse.rst +++ b/doc/source/user_guide/sparse.rst @@ -266,7 +266,7 @@ have no replacement. .. _sparse.scipysparse: -Interaction with SciPy.sparse +Interaction with *scipy.sparse* ----------------------------- Use :meth:`DataFrame.sparse.from_spmatrix` to create a :class:`DataFrame` with sparse values from a sparse matrix. diff --git a/doc/source/user_guide/timedeltas.rst b/doc/source/user_guide/timedeltas.rst index 7a052177938b5..180de1df53f9e 100644 --- a/doc/source/user_guide/timedeltas.rst +++ b/doc/source/user_guide/timedeltas.rst @@ -67,7 +67,7 @@ Further, operations among the scalars yield another scalar ``Timedelta``. "00:00:00.000123" ) -To_timedelta +to_timedelta ~~~~~~~~~~~~ Using the top-level ``pd.to_timedelta``, you can convert a scalar, array, list, From 9c3bf7d232d7d165b1055f8d76e3a930c4c55867 Mon Sep 17 00:00:00 2001 From: Somtochi Umeh <74836691+SomtochiUmeh@users.noreply.github.com> Date: Mon, 18 Jul 2022 14:19:14 -0500 Subject: [PATCH 3/3] DOC: Updating some capitalization in doc/source/user_guide #32550 --- doc/source/user_guide/missing_data.rst | 2 +- doc/source/user_guide/sparse.rst | 2 +- doc/source/user_guide/timeseries.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/user_guide/missing_data.rst b/doc/source/user_guide/missing_data.rst index e437aecafcac0..3052ee3001681 100644 --- a/doc/source/user_guide/missing_data.rst +++ b/doc/source/user_guide/missing_data.rst @@ -874,7 +874,7 @@ is already ``False``): True & pd.NA -``NA`` in a Boolean context +``NA`` in a boolean context --------------------------- Since the actual value of an NA is unknown, it is ambiguous to convert NA diff --git a/doc/source/user_guide/sparse.rst b/doc/source/user_guide/sparse.rst index 868c2576cadd0..bc4eec1c23a35 100644 --- a/doc/source/user_guide/sparse.rst +++ b/doc/source/user_guide/sparse.rst @@ -267,7 +267,7 @@ have no replacement. .. _sparse.scipysparse: Interaction with *scipy.sparse* ------------------------------ +------------------------------- Use :meth:`DataFrame.sparse.from_spmatrix` to create a :class:`DataFrame` with sparse values from a sparse matrix. diff --git a/doc/source/user_guide/timeseries.rst b/doc/source/user_guide/timeseries.rst index 7772df5132188..ed7688f229ca8 100644 --- a/doc/source/user_guide/timeseries.rst +++ b/doc/source/user_guide/timeseries.rst @@ -3,7 +3,7 @@ {{ header }} ******************************** -Time Series / date functionality +Time series / date functionality ******************************** pandas contains extensive capabilities and features for working with time series data for all domains.