dask.dataframe.DataFrame.from_dict

dask.dataframe.DataFrame.from_dict

classmethod DataFrame.from_dict(data, *, npartitions, orient='columns', dtype=None, columns=None)[source]

Construct a Dask DataFrame from a Python Dictionary

See also

dask.dataframe.from_dict