Skip to content

Fix mixup between mean and median #33106

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
Mar 29, 2020
Merged
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
4 changes: 2 additions & 2 deletions doc/source/getting_started/intro_tutorials/09_timeseries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ When defined, the frequency of the time series is provided by the
<ul class="task-bullet">
<li>

Make a plot of the daily median :math:`NO_2` value in each of the stations.
Make a plot of the daily mean :math:`NO_2` value in each of the stations.

.. ipython:: python
:okwarning:
Expand Down Expand Up @@ -386,4 +386,4 @@ A full overview on time series is given in the pages on :ref:`time series and da

.. raw:: html

</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm what changed here? Could you revert this diff?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The editor (I used the GitHub website) appended a newline here, so that the file ends with a newline. I'd suggest to leave it in, otherwise the next person trying to edit this file with GitHub will run into the same issue.

Or would you prefer a separate PR to fix the file endings? It looks like most, but not all, other files in the Pandas docs already end with a newline. (Some also with multiple newlines...)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is ok

</div>