Skip to content

Commit

Permalink
DOC: whatsnew typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Oct 2, 2017
1 parent def3bce commit 72c7a39
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/source/whatsnew/v0.21.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,10 @@ Notice the "object" dtype.
With a ``CategoricalDtype`` of all numerics, datetimes, or
timedeltas, we can automatically convert to the correct type

dtype = {'B': CategoricalDtype([1, 2, 3])}
pd.read_csv(StringIO(data), dtype=dtype).B.cat.categories
.. ipython:: python

dtype = {'B': CategoricalDtype([1, 2, 3])}
pd.read_csv(StringIO(data), dtype=dtype).B.cat.categories

The values have been correctly interpreted as integers.

Expand Down Expand Up @@ -283,8 +285,8 @@ New Behavior:
Dependencies have increased minimum versions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

We have updated our minimum supported versions of dependencies (:issue:`15206`, :issue:`15543`, :issue:`15214`)
). If installed, we now require:
We have updated our minimum supported versions of dependencies (:issue:`15206`, :issue:`15543`, :issue:`15214`).
If installed, we now require:

+--------------+-----------------+----------+
| Package | Minimum Version | Required |
Expand Down

0 comments on commit 72c7a39

Please sign in to comment.