Skip to content

Commit b681e7f

Browse files
bashtageproost
authored andcommitted
DOC: Remove reference to moving windows regressions (pandas-dev#30319)
Remove outdated reference to moving regression which was dropped
1 parent a31b478 commit b681e7f

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Here are just a few of the things that pandas does well:
124124
and saving/loading data from the ultrafast [**HDF5 format**][hdfstore]
125125
- [**Time series**][timeseries]-specific functionality: date range
126126
generation and frequency conversion, moving window statistics,
127-
moving window linear regressions, date shifting and lagging, etc.
127+
date shifting and lagging.
128128

129129

130130
[missing-data]: https://pandas.pydata.org/pandas-docs/stable/missing_data.html#working-with-missing-data

doc/source/getting_started/overview.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ Here are just a few of the things that pandas does well:
5757
Excel files, databases, and saving / loading data from the ultrafast **HDF5
5858
format**
5959
- **Time series**-specific functionality: date range generation and frequency
60-
conversion, moving window statistics, moving window linear regressions,
61-
date shifting and lagging, etc.
60+
conversion, moving window statistics, date shifting and lagging.
6261

6362
Many of these principles are here to address the shortcomings frequently
6463
experienced using other languages / scientific research environments. For data

pandas/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,5 @@ class SparseSeries:
273273
Excel files, databases, and saving/loading data from the ultrafast HDF5
274274
format.
275275
- Time series-specific functionality: date range generation and frequency
276-
conversion, moving window statistics, moving window linear regressions,
277-
date shifting and lagging, etc.
276+
conversion, moving window statistics, date shifting and lagging.
278277
"""

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@ def build_extensions(self):
187187
Excel files, databases, and saving / loading data from the ultrafast **HDF5
188188
format**
189189
- **Time series**-specific functionality: date range generation and frequency
190-
conversion, moving window statistics, moving window linear regressions,
191-
date shifting and lagging, etc.
190+
conversion, moving window statistics, date shifting and lagging.
192191
193192
Many of these principles are here to address the shortcomings frequently
194193
experienced using other languages / scientific research environments. For data

web/pandas/about/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ This will help ensure the success of development of _pandas_ as a world-class op
4949
high-dimensional data in a lower-dimensional data structure;
5050

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

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

0 commit comments

Comments
 (0)