Closed bburan closed 4 years ago
The AppVeyor builds seem to be failing due to an unrelated issue.
@FrancescAlted Any chance of getting this merged? from_items
is officially deprecated now.
Yes, that looks good to me. Thanks.
@FrancescAlted When do you expect to have this changed released please?
Unfortunately bcolz is currently unmaintained. For more info, see https://github.com/Blosc/bcolz#unmaintained-package-notice.
Pandas has deprecated DataFrame.from_items. Replace with recommended approach of DataFrame.from_dict(OrderedDict(...)).