-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Updating some capitalization in doc/source/user_guide #32550 #47732
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -266,7 +266,7 @@ have no replacement. | |
|
||
.. _sparse.scipysparse: | ||
|
||
Interaction with scipy.sparse | ||
Interaction with *scipy.sparse* | ||
----------------------------- | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you also adapt the underline? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure what you mean here There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I understand now; I'm meant to extend the underline to be the same length as the text There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Indeed |
||
|
||
Use :meth:`DataFrame.sparse.from_spmatrix` to create a :class:`DataFrame` with sparse values from a sparse matrix. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
{{ header }} | ||
|
||
******************************** | ||
Time series / date functionality | ||
Time Series / date functionality | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since it is not a single word, is there a specific reason to capitalize Series? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh I see. I'll correct that. |
||
******************************** | ||
|
||
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 | ||
|
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.
"boolean" doesn't refer to a
Boolean
class, so it can be left lower case I think?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.
Alright.