jitsejan/data-pipeline-project

Fix deprecation in crawler.

Closed this issue · 1 comments

data-crawl/__main__.py:41: FutureWarning: from_items is deprecated. Please use DataFrame.from_dict(dict(items), ...) instead. DataFrame.from_dict(OrderedDict(items)) may be used to preserve the key order.

This issue seems to have resolved itself in the new Pandas version.