compute()
get_data()
datatype (str) – The category of your data.
pandas.Series
Examples
>>> get_data("building") Here is your building data. 0 1 1 2 2 3 3 4 dtype: int64