woodwork.column_accessor.
WoodworkColumnAccessor
__init__
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(series)
Initialize self.
add_semantic_tags(semantic_tags)
add_semantic_tags
Add the specified semantic tags to the set of tags.
box_plot_dict([quantiles])
box_plot_dict
Gets the information necessary to create a box and whisker plot with outliers for a numeric column using the IQR method.
init([logical_type, semantic_tags, …])
init
Initializes Woodwork typing information for a Series.
remove_semantic_tags(semantic_tags)
remove_semantic_tags
Removes specified semantic tags from the current tags.
reset_semantic_tags()
reset_semantic_tags
Reset the semantic tags to the default values.
set_logical_type(logical_type)
set_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)
set_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
origin
The origin of the series
schema
semantic_tags
The semantic tags assigned to the series
use_standard_tags