Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Dataframe Exploration | Time Series Essentials
Time Series Essentials
course content

Kursusindhold

Time Series Essentials

book
Dataframe Exploration

In Python, the shape attribute of a pandas DataFrame returns a tuple representing the dimensions of the DataFrame. The dtypes attribute returns the data types of the columns in the DataFrame. In Python, the dtypes attribute of a pandas DataFrame returns the data types of the columns in the DataFrame.

Methods description

  • .shape: This attribute contains a tuple representing the dimensions of the DataFrame, where the first element is the number of rows and the second element is the number of columns. It does not take any arguments;

  • .dtypes: This method contains a Series containing the data type of each column in the DataFrame. It does not take any arguments.

Opgave

Swipe to start coding

Print the shape of the DataFrame and data types of all its columns.

Løsning

Mark tasks as Completed
Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 1. Kapitel 3
AVAILABLE TO ULTIMATE ONLY
Vi beklager, at noget gik galt. Hvad skete der?
some-alt