Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

fixed example values #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions datamgmt/dataset_conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 | Italai | 1000 | http://www.fiat.it | Fiat è stata fondata nella città di Torino | NULL |
+----+--------------+---------------+-------------------------------------------+--------+--------+---------------+---------+---------------------------------------------+-----------------+-----------+---------------------+----------------------+--------------------------------------------+-------------+--------------+------------------+--------------------+--------------------------------------------+------------------------+


Expand All @@ -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 |
+----+--------------+---------------+-------------------------------------------+--------+--------+---------------+---------+---------------------------------------------+-----------------+-----------+---------------------+----------------------+--------------------------------------------+-------------+--------------+------------------+--------------------+--------------------------------------------+------------------------+------------------------------+-------------------------+------------+----------------+-------------+-----------------+


Expand Down