From 6021f728368d09f6c4c466667d6321ae3aed11ae Mon Sep 17 00:00:00 2001 From: Alfredo Serafini Date: Thu, 13 Sep 2018 18:24:28 +0200 Subject: [PATCH] fixed values in the examples fixed values in the examples: the raw data before normalization should include 'torino' (which later become 'Torino') and before standardization should include 'Italia' (which later become 'Italia') --- datamgmt/dataset_conventions.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datamgmt/dataset_conventions.rst b/datamgmt/dataset_conventions.rst index 2b10d86..b516bed 100755 --- a/datamgmt/dataset_conventions.rst +++ b/datamgmt/dataset_conventions.rst @@ -66,7 +66,7 @@ As an example, consider the following dataset to be ingested into DAF. +----+--------------+---------------+-------------------------------------------+--------+--------+---------------+---------+----------------------------------------------+-----------------+ | id | company_name | industry_type | address | city | state | num_employees | website | description | year_foundation | +====+==============+===============+===========================================+========+========+===============+=========+==============================================+-----------------+ -| 1 | Fiat | Automobili | via Gabriele Chiabrera, 20, 10126, Torino | Torino | Italia | 1000 | fiat.it | Fiat e' stata fondata nella citta' di torino | "" | +| 1 | Fiat | Automobili | via Gabriele Chiabrera, 20, 10126, Torino | torino | Italai | 1000 | fiat.it | Fiat e' stata fondata nella citta' di torino | "" | +----+--------------+---------------+-------------------------------------------+--------+--------+---------------+---------+----------------------------------------------+-----------------+ Among other things, let's suppose that the following metadata has been associated to the dataset: @@ -83,7 +83,7 @@ Among other things, let's suppose that the following metadata has been associate +----+--------------+---------------+-------------------------------------------+--------+--------+---------------+---------+---------------------------------------------+-----------------+-----------+---------------------+----------------------+--------------------------------------------+-------------+--------------+------------------+--------------------+--------------------------------------------+------------------------+ | id | company_name | industry_type | address | city | state | num_employees | website | description | year_foundation | __norm_id | __norm_company_name | __norm_industry_type | __norm_address | __norm_city | __norm_state | __norm_employees | __norm_website | __norm_description | __norm_year_foundation | +====+==============+===============+===========================================+========+========+===============+=========+=============================================+=================+===========+=====================+======================+============================================+=============+==============+==================+====================+============================================+========================+ -| 1 | Fiat | Automobili | via Gabriele Chiabrera, 20, 10126, Torino | Torino | Italia | 1000 | fiat.it | Fiat e'stata fondata nella citta' di torino | "" | 1 | Fiat | Automobili | via Gabriele Chiambrera, 20, 10126, Torino | Torino | Italia | 1000 | http://www.fiat.it | Fiat è stata fondata nella città di Torino | NULL | +| 1 | Fiat | Automobili | via Gabriele Chiabrera, 20, 10126, Torino | torino | Italai | 1000 | fiat.it | Fiat e'stata fondata nella citta' di torino | "" | 1 | Fiat | Automobili | via Gabriele Chiambrera, 20, 10126, Torino | Torino | Italia | 1000 | http://www.fiat.it | Fiat è stata fondata nella città di Torino | NULL | +----+--------------+---------------+-------------------------------------------+--------+--------+---------------+---------+---------------------------------------------+-----------------+-----------+---------------------+----------------------+--------------------------------------------+-------------+--------------+------------------+--------------------+--------------------------------------------+------------------------+ @@ -92,7 +92,7 @@ Among other things, let's suppose that the following metadata has been associate +----+--------------+---------------+-------------------------------------------+--------+--------+---------------+---------+---------------------------------------------+-----------------+-----------+---------------------+----------------------+--------------------------------------------+-------------+--------------+------------------+--------------------+--------------------------------------------+------------------------+------------------------------+-------------------------+------------+----------------+-------------+-----------------+ | id | company_name | industry_type | address | city | state | num_employees | website | description | year_foundation | __norm_id | __norm_company_name | __norm_industry_type | __norm_address | __norm_city | __norm_state | __norm_employees | __norm_website | __norm_description | __norm_year_foundation | __std_industry_type | __stdstat_industry_type | __std_city | __stdstat_city | __std_state | __stdstat_state | +====+==============+===============+===========================================+========+========+===============+=========+=============================================+=================+===========+=====================+======================+============================================+=============+==============+==================+====================+============================================+========================+==============================+=========================+============+================+=============+=================+ -| 1 | Fiat | Automobili | via Gabriele Chiabrera, 20, 10126, Torino | Torino | Italia | 1000 | fiat.it | Fiat e'stata fondata nella citta' di torino | "" | 1 | Fiat | Automobili | via Gabriele Chiambrera, 20, 10126, Torino | Torino | Italai | 1000 | http://www.fiat.it | Fiat è stata fondata nella città di Torino | NULL | Fabbricazione di Autoveicoli | 45 | Torino | 0 | Italia | 1 | +| 1 | Fiat | Automobili | via Gabriele Chiabrera, 20, 10126, Torino | torino | Italai | 1000 | fiat.it | Fiat e'stata fondata nella citta' di torino | "" | 1 | Fiat | Automobili | via Gabriele Chiambrera, 20, 10126, Torino | Torino | Italai | 1000 | http://www.fiat.it | Fiat è stata fondata nella città di Torino | NULL | Fabbricazione di Autoveicoli | 45 | Torino | 0 | Italia | 1 | +----+--------------+---------------+-------------------------------------------+--------+--------+---------------+---------+---------------------------------------------+-----------------+-----------+---------------------+----------------------+--------------------------------------------+-------------+--------------+------------------+--------------------+--------------------------------------------+------------------------+------------------------------+-------------------------+------------+----------------+-------------+-----------------+