Blosc / bcolz

A columnar data container that can be compressed.
http://bcolz.blosc.org
959 stars 149 forks source link

Fix deprecation of DataFrame.from_items #401

Closed bburan closed 4 years ago

bburan commented 4 years ago

Pandas has deprecated DataFrame.from_items. Replace with recommended approach of DataFrame.from_dict(OrderedDict(...)).

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 66.872% when pulling 07cec4a9128b55ba0a1b5be02243fb3dfec77415 on bburan:bburan/pandas-from-items-deprecation into d95dc836c8223eca337ad0723f0d6db851d2bc32 on Blosc:master.

bburan commented 4 years ago

The AppVeyor builds seem to be failing due to an unrelated issue.

bburan commented 4 years ago

@FrancescAlted Any chance of getting this merged? from_items is officially deprecated now.

FrancescAlted commented 4 years ago

Yes, that looks good to me. Thanks.

rs2 commented 4 years ago

@FrancescAlted When do you expect to have this changed released please?

FrancescAlted commented 4 years ago

Unfortunately bcolz is currently unmaintained. For more info, see https://github.com/Blosc/bcolz#unmaintained-package-notice.