outline: dataframe
dataframe description
path: dataframe
functions:
DataFrame(data) DataFrame
constructs a DataFrame containing the given data
params:
data any
data for the content of the DataFrame. Can be a list, dict, Series, or another DataFrame
types:
DataFrame
a dataframe
methods:
d()
d method
GroupByResult
result of a group_by call
AtIndexer
result of using the at attribute
Here both GroupByResult and AtIndexer have no methods. The generated markdown for the "Types" section looks like this:
## Types
### 'AtIndexer'
result of using the at attribute### 'DataFrame'
a dataframe### 'GroupByResult'
result of a group_by call
Here both
GroupByResultandAtIndexerhave no methods. The generated markdown for the "Types" section looks like this: