Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Accessing the Columns | Reading Files in Pandas
Pandas First Steps
course content

Conteúdo do Curso

Pandas First Steps

Pandas First Steps

1. The Very First Steps
2. Reading Files in Pandas
3. Analyzing the Data

Accessing the Columns

question-icon

To correctly associate function names with their functionalities. We have a `DataFrame` named `cars` with four columns: 'model', 'year', 'fueltype', and 'price'. This `DataFrame` contains 10 rows.


To extract the column, named 'fueltype' -

To extract the second row from DataFrame -

To extract columns named 'model', 'price' -

To extract the fifth row from DataFrame -

Clique ou arraste solte itens e preencha os espaços

Tudo estava claro?

Seção 2. Capítulo 4
We're sorry to hear that something went wrong. What happened?
some-alt