- Added Python 3.7 support
- Added support for pandas <= 0.23.1
- Added dt and str accessors to Series
- Added support for passing an integer (sheet index) as
sheet_name
toStyleFrame.read_excel
StyleFrame.read_excel
sheetname
argument changed tosheet_name
. Usingsheetname
is still allowed but will
show deprecation warning.- Added
Styler.combine
method. - Added
utils.number_formats.decimal_with_num_of_digits
method. - Added
overwrite_default_style
argument toStyleFrame
methodsapply_style_by_indexes
andapply_column_style