visions.types.generic

class visions.types.generic.Generic[source]

Generic implementation of visions.types.type.VisionsBaseType.

Examples

>>> import numpy as np
>>> x = pd.Series(['a', 1, np.nan])
>>> x in visions.Generic
True