Skip to content

Commit 3657093

Browse files
committed
DOC: require numpy 1.6.1
1 parent 76c6351 commit 3657093

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ And via ``easy_install`` or ``pip``::
6262
Dependencies
6363
============
6464

65-
* `NumPy <http://www.numpy.org>`__: 1.6.1 or higher. Older versions will work
66-
but may not pass all of the unit tests. Bare minimum is NumPy 1.4.0.
65+
* `NumPy <http://www.numpy.org>`__: 1.6.1 or higher
6766
* `python-dateutil <http://labix.org/python-dateutil>`__ 1.5
6867

6968
Optional dependencies

doc/source/install.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Preliminary builds and installers on the `Pandas download page <http://pandas.py
3838
Overview
3939
___________
4040

41-
41+
4242

4343
.. csv-table::
4444
:header: "Platform", "Distribution", "Status", "Download / Repository Link", "Install method"
@@ -65,8 +65,7 @@ ___________
6565
Dependencies
6666
~~~~~~~~~~~~
6767

68-
* `NumPy <http://www.numpy.org>`__: 1.4.0 or higher. Recommend 1.5.1 or
69-
higher
68+
* `NumPy <http://www.numpy.org>`__: 1.6.1 or higher
7069
* `python-dateutil <http://labix.org/python-dateutil>`__ 1.5
7170

7271
Optional dependencies

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2320,7 +2320,7 @@ def to_csv(self, path, index=True, sep=",", na_rep='', header=False,
23202320
Parameters
23212321
----------
23222322
path : string file path or file handle / StringIO
2323-
nanRep : string, default ''
2323+
na_rep : string, default ''
23242324
Missing data rep'n
23252325
header : boolean, default False
23262326
Write out series name

0 commit comments

Comments
 (0)