What's Changed
Added
* Changed: DataFrame column's type recognition checks `dtype` is a numeric type or not
* Changed: deprecate `infer_types` parameter of `Data.add_data_frame()`, because it can be set via `dtype`
* Added: `Data.add_data_frame_index(data_frame, name)`, with this `pandas.DataFrame.index` can be added to `Data()`
* Added: `Data` verification by schema
Contributors
* veghdev
**Full Changelog**: https://github.com/vizzuhq/ipyvizzu/compare/0.8.1...0.9.0