next up previous index
Next: Operations Up: Constructing a Batch of Previous: Chart   Index

Dataset Table

Dataset tables can be constructed through the DatasetTable object. This indicator is useful for examining the values of different variables for the values of a particular geography. A DatasetTable object accepts the following parameters:

An example:

DatasetTable(
    source_data = source_data,
    dataset_name = 'zone',
    name = 'pop_and_ind_sqft',
    attributes = [ 
      'urbansim.zone.population',
      'urbansim.zone.industrial_sqft',                     
    ],
    exclude_condition = '==0' 
)


next up previous index
Next: Operations Up: Constructing a Batch of Previous: Chart   Index
info (at) urbansim.org