Given a dataset, label attributes that are either spatial or temporal and their granularities.
For example, in this dataset
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.
Given a dataset, label attributes that are either spatial or temporal and their granularities.
For example, in this dataset
4jy7-7m68.csv
attribute
dateis a temporal attribute, and its granularity isdayattribute
zip_codeis a spatial attribute, and its granularity iszipcodeattribute
locationis 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.