AI Features

Create a DataFrame

Learn how to create a DataFrame by using different data structures.

We'll cover the following...

Although we mostly read data from an external file, Pandas also allows for creating your own DataFrame.

Python dictionary

...