featuretools.variable_types.variable.LatLong

class featuretools.variable_types.variable.LatLong(id, entity, name=None)[source]

Represents an ordered pair (Latitude, Longitude) To make a latlong in a dataframe do data[‘latlong’] = data[[‘latitude’, ‘longitude’]].apply(tuple, axis=1)

__init__(id, entity, name=None)

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

Methods

__init__(id, entity[, name])

Initialize self.

create_from(variable)

Create new variable this type from existing

to_data_description()

Attributes

dtype

entityset

interesting_values

name

series

type_string