DataFrame.resetIndex
Resets the index of the DataFrame, and use the default one instead.
danfo.DataFrame.resetIndex(options)
Parameters
Type
Description
Default
options
Object
{
inplace: Boolean indicating whether to perform the operation inplace or not. Defaults to false
}
{ inplace: false}
Returns:
**** return DataFrame
Examples
Last updated
Was this helpful?