0 votes
in Python by
How to create dataframe from a dictionary?

1 Answer

0 votes
by

A dictionary can be directly passed as an argument to the DataFrame() function to create the data frame.

...