Computer scienceData scienceInstrumentsPandasStoring data with pandas

.loc & .iloc

Select one column

Report a typo

Take a look at the df DataFrame:

+----+-----------+-----------+
|    | column1   |   column2 |
|----+-----------+-----------|
|  0 | a         |         1 |
|  1 | b         |         2 |
|  2 | c         |         3 |
+----+-----------+-----------+

Choose the options that will select column2.

Select one or more options from the list
___

Create a free account to access the full topic