Skip to content

DOC: Remove reference to moving windows regressions #30319

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
Dec 18, 2019
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Here are just a few of the things that pandas does well:
and saving/loading data from the ultrafast [**HDF5 format**][hdfstore]
- [**Time series**][timeseries]-specific functionality: date range
generation and frequency conversion, moving window statistics,
moving window linear regressions, date shifting and lagging, etc.
date shifting and lagging.


[missing-data]: https://pandas.pydata.org/pandas-docs/stable/missing_data.html#working-with-missing-data
Expand Down
3 changes: 1 addition & 2 deletions doc/source/getting_started/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ Here are just a few of the things that pandas does well:
Excel files, databases, and saving / loading data from the ultrafast **HDF5
format**
- **Time series**-specific functionality: date range generation and frequency
conversion, moving window statistics, moving window linear regressions,
date shifting and lagging, etc.
conversion, moving window statistics, date shifting and lagging.

Many of these principles are here to address the shortcomings frequently
experienced using other languages / scientific research environments. For data
Expand Down
3 changes: 1 addition & 2 deletions pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,5 @@ class SparseSeries:
Excel files, databases, and saving/loading data from the ultrafast HDF5
format.
- Time series-specific functionality: date range generation and frequency
conversion, moving window statistics, moving window linear regressions,
date shifting and lagging, etc.
conversion, moving window statistics, date shifting and lagging.
"""
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ def build_extensions(self):
Excel files, databases, and saving / loading data from the ultrafast **HDF5
format**
- **Time series**-specific functionality: date range generation and frequency
conversion, moving window statistics, moving window linear regressions,
date shifting and lagging, etc.
conversion, moving window statistics, date shifting and lagging.

Many of these principles are here to address the shortcomings frequently
experienced using other languages / scientific research environments. For data
Expand Down
4 changes: 2 additions & 2 deletions web/pandas/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ This will help ensure the success of development of _pandas_ as a world-class op
high-dimensional data in a lower-dimensional data structure;

- **Time series**-functionality: date range generation and frequency
conversion, moving window statistics, moving window linear regressions, date
shifting and lagging. Even create domain-specific time offsets and join time
conversion, moving window statistics, date shifting and lagging.
Even create domain-specific time offsets and join time
series without losing data;

- Highly **optimized for performance**, with critical code paths written in
Expand Down