DuplicateIndexError
Bases: IndexError
Exception raised for trying to add an element with an index that does already exist in the underlying data.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
index
|
int
|
The wrongly added index. |
required |