pandas.errors.AttributeConflictWarning¶
- exception pandas.errors.AttributeConflictWarning[source]¶
Warning raised when index attributes conflict when using HDFStore.
Occurs when attempting to append an index with a different name than the existing index on an HDFStore or attempting to append an index with a different frequency than the existing index on an HDFStore.