Skip to content

Commit

Permalink
ENH: Add skipna parameter to infer_dtype (pandas-dev#17066)
Browse files Browse the repository at this point in the history
Currently defaults to False for backwards compatibility.  Will default to True in the future.

Closes pandas-devgh-17059.
  • Loading branch information
cpcloud authored and alanbato committed Nov 10, 2017
1 parent 0b7be40 commit dde4717
Show file tree
Hide file tree
Showing 3 changed files with 358 additions and 225 deletions.
2 changes: 2 additions & 0 deletions doc/source/whatsnew/v0.21.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ New features
<https://www.python.org/dev/peps/pep-0519/>`_ on most readers and writers (:issue:`13823`)
- Added ``__fspath__`` method to :class:`~pandas.HDFStore`, :class:`~pandas.ExcelFile`,
and :class:`~pandas.ExcelWriter` to work properly with the file system path protocol (:issue:`13823`)
- Added ``skipna`` parameter to :func:`~pandas.api.types.infer_dtype` to
support type inference in the presence of missing values (:issue:`17059`).


.. _whatsnew_0210.enhancements.infer_objects:
Expand Down
Loading

0 comments on commit dde4717

Please sign in to comment.