Skip to content

Commit

Permalink
doc:metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mfonsecaOEF committed Jun 6, 2024
1 parent 72f6153 commit a707db8
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Industrial Products Statistics - INDEC

This program allows obtaining local production series of selected industrial goods, in physical units.
The information originates from different sources: INDEC's own surveys, data from other government agencies and information from business institutions. In the case of some products (wine, beer, soft drinks, cigarettes, cement, boats), to make up for the lack of production statistics or to complement them, figures for registrations, sales or shipments of national products are recorded.

1. Extract the raw data from the source [INDEC](https://www.indec.gob.ar/indec/web/Nivel4-Tema-3-6-18):
```bash
python ./extraction.py
```
2. Clean the raw data:
```bash
python ./clean_raw_data.py
```
3. Load the cleaned raw data into a new table:
[....]

### Directory tree
```sh
.
├── README.md # top level readme
├── extraction.py # extraction script
├── clean_raw_data.py # transformation script
└── loading_raw_data.py # loading script
```

0 comments on commit a707db8

Please sign in to comment.