IstatArea

class istat.IstatArea(istat_helper, iid, cod, desc)[source]

Represents a Area. An Area contains a list of dataset. Instances of this class are build only by Istat class

cod

returns name of the area

dataset(spec)[source]

get a instance of IstatDataset by spec :param spec: code of the dataset :return: IstatDataset instance

datasets()[source]

Returns a list of IstatDataset

desc

returns name of the area

iid

returns the id of the area

info()[source]

print some info about the area