API Reference¶
DataTable¶
|
|
|
Adds specified semantic tags to columns. |
|
Remove the semantic tags for any column names in the provided semantic_tags dictionary. |
|
Reset the semantic tags for the specified columns to the default values and return a new DataTable. |
|
Create a DataTable including only columns whose logical type and semantic tags are specified in the list of types and tags to include. |
|
Create a DataTable that includes only columns whose logical types are specified here. |
|
Create a DataTable that includes only columns that have at least one of the semantic tags specified here. |
|
Set the index column and return a new DataTable. |
|
Update the logical type for any columns names in the provided logical_types dictionary. |
|
Update the semantic tags for any column names in the provided semantic_tags dictionary. |
|
Set the time index column. |
|
Retrieves the DataTable’s underlying dataframe. |
Calculates statistics for data contained in DataTable. |
|
|
Calculates mutual information between all pairs of columns in the DataTable that support mutual information. |
DataColumn¶
|
|
|
Add the specified semantic tags to the column and return a new DataColumn object. |
|
Removes specified semantic tags from column and returns a new column. |
Reset the semantic tags to the default values. |
|
|
Update the logical type for the column and return a new DataColumn object. |
|
Replace current semantic tags with new values and return a new DataColumn object. |
|
Retrieves the DataColumn’s underlying series. |
Logical Types¶
|
Represents Logical Types that contain binary values indicating true/false. |
|
Represents Logical Types that contain unordered discrete values that fall into one of a set of possible values. |
Represents Logical Types that contain categorical information specifically used to represent countries. |
|
|
Represents Logical Types that contain date and time information. |
|
Represents Logical Types that contain positive and negative numbers, some of which include a fractional component. |
|
Represents Logical Types that contain positive and negative numbers without a fractional component, including zero (0). |
Represents Logical Types that contain email address values. |
|
|
Represents Logical Types that specify locations of directories and files in a file system. |
|
Represents Logical Types that may contain first, middle and last names, including honorifics and suffixes. |
Represents Logical Types that contain IP addresses, including both IPv4 and IPv6 addresses. |
|
|
Represents Logical Types that contain latitude and longitude values |
Represents Logical Types that contain text or characters representing natural human language |
|
|
Represents Logical Types that contain ordered discrete values. |
Represents Logical Types that contain numeric digits and characters representing a phone number |
|
Represents Logical Types that contain codes representing a portion of a larger geographic region. |
|
Represents Logical Types that contain values specifying a duration of time |
|
|
Represents Logical Types that contain URLs, which may include protocol, hostname and file name |
Represents Logical Types that contain natural numbers, including zero (0). |
|
|
Represents Logical Types that contain a series of postal codes used by the US Postal Service for representing a group of addresses. |
Utils¶
General Utils¶
Returns a dataframe describing all of the available Logical Types. |
|
Read data from the specified CSV file and return a Woodwork DataTable |
Demo Data¶
|
Load a demo retail dataset into either a DataTable or a DataFrame |