allensdk.core.exceptions module

exception allensdk.core.exceptions.DataFrameIndexError(msg, caught_exception=None)[source]

Bases: LookupError

More verbose method for accessing invalid rows or columns in a dataframe. Should be used when an index error is thrown on a dataframe.

exception allensdk.core.exceptions.DataFrameKeyError(msg, caught_exception=None)[source]

Bases: LookupError

More verbose method for accessing invalid rows or columns in a dataframe. Should be used when a keyerror is thrown on a dataframe.

exception allensdk.core.exceptions.MissingDataError[source]

Bases: ValueError