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

Conteúdo do Curso

Pandas First Steps

Access the ColumnsAccess 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
course content

Conteúdo do Curso

Pandas First Steps

Access the ColumnsAccess 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
some-alt