splink-dataset / metadata /source_field_map.json
trainMd's picture
Upload folder using huggingface_hub
f9656d7 verified
Raw
History Blame Contribute Delete
822 Bytes
{
"business_registry": {
"business_name": "registered_business_name",
"tax_code": "registered_tax_code",
"representative_name": "registered_representative_name",
"address": "registered_address",
"industry": "registered_industry",
"record_date": "record_date"
},
"tax_registry": {
"business_name": "taxpayer_name",
"tax_code": "tax_code",
"representative_name": "taxpayer_representative_name",
"address": "tax_registered_address",
"industry": "tax_industry",
"record_date": "record_date"
},
"inspection_record": {
"business_name": "inspected_entity_name",
"tax_code": "inspected_tax_code",
"representative_name": "inspected_representative",
"address": "inspection_address",
"industry": "observed_industry",
"record_date": "record_date"
}
}