Given a dataset, label attributes that are either spatial or temporal and their granularities. For example, in this dataset [4jy7-7m68.csv](https://github.com/TheDataStation/ver/files/14201004/4jy7-7m68.csv) attribute `date` is a temporal attribute, and its granularity is `day` attribute `zip_code` is a spatial attribute, and its granularity is `zipcode` attribute `location` is a spatial attribute, and its granularity is geo-coordinate. This feature needs to be integrated into the ddprofiler of `Ver`. ddprofiler profiles each attribute in the dataset and label the datatype. You could look at https://github.com/TheDataStation/ver/blob/main/quick_start_cli.md to see how to build and run ddprofiler.