v0.14.1 final
This is a minor release from 0.14.0 and includes a small number of API changes, several new features, enhancements, and
performance improvements along with a large number of bug fixes.
Highlights include:
- New methods
pandas.DataFrame.select_dtypes
to select columns
based on the dtype andpandas.Series.sem
to calculate the
standard error of the mean. - Support for dateutil timezones.
- Support for ignoring full line comments in the
pandas.read_csv
text parser. - New documentation section on `Options and Settings```.
- Lots of bug fixes.