Commits


Nikita Titov authored and GitHub committed 8f446be749c
[python] add sparsity support for new version of pandas and check Series for bad dtypes (#2318) * reworked pandas dtypes mapper * added tests * added sparsity support for new version of pandas * fixed tests for old pandas * check pd.Series for bad dtypes as well * enhanced tests * fixed pylint