segregation.singlegroup.Delta¶
- class segregation.singlegroup.Delta(data, group_pop_var, total_pop_var, **kwargs)[source]¶
 Delta Index.
- Parameters:
 - data
pandas.DataFrameorgeopandas.GeoDataFrame,required dataframe or geodataframe if spatial index holding data for location of interest
- group_pop_var
str,required name of column on dataframe holding population totals for focal group
- total_pop_var
str,required name of column on dataframe holding total overall population
- data
 - Attributes:
 
Notes
Based on Massey, Douglas S., and Nancy A. Denton. “The dimensions of residential segregation.” Social forces 67.2 (1988): 281-315.
Reference: [Massey and Denton, 1988].
Methods
__init__(data, group_pop_var, total_pop_var, ...)Init.