visions.relations.relations.IdentityRelation

class visions.relations.relations.IdentityRelation(type, related_type, inferential=False, transformer=<function identity_relation>, relationship=NOTHING)[source]
__init__(type, related_type, inferential=False, transformer=<function identity_relation>, relationship=NOTHING)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(type, related_type[, inferential, …])

Initialize self.

is_relation(series)

rtype

bool

make_relationship()

transform(series)

rtype

Series