File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -160,10 +160,9 @@ pip install pandas
160
160
```
161
161
162
162
## Dependencies
163
- - [ NumPy] ( http://www.numpy.org ) : 1.7.0 or higher
164
- - [ python-dateutil] ( https://labix.org/python-dateutil ) : 1.5 or higher
165
- - [ pytz] ( https://pythonhosted.org/pytz )
166
- - Needed for time zone support with `` pandas.date_range ``
163
+ - [ NumPy] ( http://www.numpy.org ) : 1.9.0 or higher
164
+ - [ python-dateutil] ( https://labix.org/python-dateutil ) : 2.5.0 or higher
165
+ - [ pytz] ( https://pythonhosted.org/pytz ) : 2011k or higher
167
166
168
167
See the [ full installation instructions] ( https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies )
169
168
for recommended and optional dependencies.
@@ -205,9 +204,6 @@ See the full instructions for [installing from source](https://pandas.pydata.org
205
204
## Documentation
206
205
The official documentation is hosted on PyData.org: https://pandas.pydata.org/pandas-docs/stable
207
206
208
- The Sphinx documentation should provide a good starting point for learning how
209
- to use the library. Expect the docs to continue to expand as time goes on.
210
-
211
207
## Background
212
208
Work on `` pandas `` started at AQR (a quantitative hedge fund) in 2008 and
213
209
has been under active development since then.
Original file line number Diff line number Diff line change @@ -198,10 +198,6 @@ def build_extensions(self):
198
198
munging and cleaning data, analyzing / modeling it, then organizing the results
199
199
of the analysis into a form suitable for plotting or tabular display. pandas is
200
200
the ideal tool for all of these tasks.
201
-
202
- Notes
203
- -----
204
- Windows binaries built against NumPy 1.8.1
205
201
"""
206
202
207
203
DISTNAME = 'pandas'
You can’t perform that action at this time.
0 commit comments