woodwork.column_accessor.WoodworkColumnAccessor

class woodwork.column_accessor.WoodworkColumnAccessor(series)[source]
__init__(series)[source]

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

Methods

__init__(series)

Initialize self.

add_semantic_tags(semantic_tags)

Add the specified semantic tags to the set of tags.

init([logical_type, semantic_tags, …])

Initializes Woodwork typing information for a Series.

remove_semantic_tags(semantic_tags)

Removes specified semantic tags from the current tags.

reset_semantic_tags()

Reset the semantic tags to the default values.

set_logical_type(logical_type)

Update the logical type for the series, clearing any previously set semantic tags, and returning a new series with Woodwork initialied.

set_semantic_tags(semantic_tags)

Replace current semantic tags with new values.

Attributes

description

The description of the series

iloc

Integer-location based indexing for selection by position.

loc

Access a group of rows by label(s) or a boolean array.

logical_type

The logical type of the series

metadata

The metadata of the series

semantic_tags

The semantic tags assigned to the series