Computer scienceData scienceInstrumentsPandasStoring data with pandas

Accessing data in a DataFrame

Inside DataFrame

Report a typo

Match the DataFrame attributes/methods and their output:

Match the items from left and right columns
.columns
.axes
.info()
.index
a concise summary of the DataFrame
column labels of the DataFrame
row labels of the DataFrame
a list with rows and column labels
___

Create a free account to access the full topic