cartoframes.analysis module

Analysis module

class cartoframes.analysis.Table(name)

Bases: object

Table class for abstract representations of tables in user’s CARTO account. The list of features is limited in the class now, but will be expanded in the future.

name

Name of table on CARTO account

Type:str
classmethod from_dataset(dataset)

Create a Table instance from a dataset name

Parameters:dataset (str) – Name of table on CARTO account