Skip to content

Commit

Permalink
fix: indentations for other languages
Browse files Browse the repository at this point in the history
  • Loading branch information
rdahis committed Nov 13, 2024
1 parent 262268a commit 4d99906
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/docs/en/colab_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ The RAIS architecture tables [can be consulted here](https://docs.google.com/spr
!!! Tip "A each beginning and end of step, consult our [style guide](style_data.md) to ensure you're following the BD standardization"

1. List all the variables in the data in the `original_name` column
- Obs: If the base changes the name of the variables over time (like RAIS), it's necessary to make compatibilities between years for all the variables by filling in the `original_name_YYYY` column for each year or month available
- Obs: If the base changes the name of the variables over time (like RAIS), it's necessary to make compatibilities between years for all the variables by filling in the `original_name_YYYY` column for each year or month available
2. Rename the variables according to our [manual](style_data.md) in the `name` column
3. Understand the type of variable and fill in the `bigquery_type` column
4. Fill in the description in the `description` column according to the [manual](style_data.md)
5. From the compatibilities between years and/or queries to the raw data, fill in the temporal coverage in `temporal_coverage` for each variable
- Obs: If the variables have the same temporal coverage as the table, fill in only with '(1)'
- Obs: If the variables have the same temporal coverage as the table, fill in only with '(1)'
6. Indicate with 'yes' or 'no' if there's a dictionary for the variables in `covered_by_dictionary`
7. Check if the variables represent any entity present in the [directories](https://basedosdados.org/dataset?q=diret%C3%B3rio&datasets_with=open_tables&organization=bd&page=1) to fill in the `directory_column`
8 For variables of type `int64` or `float64`, check if it's necessary to include a [measurement unit](https://github.com/basedosdados/website/blob/master/ckanext-basedosdados/ckanext/basedosdados/validator/available_options/measurement_unit.py)
8. For variables of type `int64` or `float64`, check if it's necessary to include a [measurement unit](https://github.com/basedosdados/website/blob/master/ckanext-basedosdados/ckanext/basedosdados/validator/available_options/measurement_unit.py)
9. Reorder the variables according to the [manual](style_data.md)

!!! Tip "When you finish filling in the architecture tables, contact the Data Basis team to validate everything. It's necessary that it's clear what the final format of the data should be _before_ starting to write the code. This way we avoid redoing the work."
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/es/colab_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ Las tablas de arquitectura de RAIS [pueden ser consultadas aquí](https://docs.g
!!! Tip "Al inicio y final de cada etapa consulta nuestro [manual de estilo](style_data.md) para garantizar que estás siguiendo la estandarización de BD"

1. Listar todas las variables de los datos en la columna `original_name`
- Obs: Si la base cambia el nombre de las variables a lo largo de los años (como RAIS), es necesario hacer la compatibilización entre años para todas las variables completando la columna de `original_name_YYYY` para cada año o mes disponible
- Obs: Si la base cambia el nombre de las variables a lo largo de los años (como RAIS), es necesario hacer la compatibilización entre años para todas las variables completando la columna de `original_name_YYYY` para cada año o mes disponible
2. Renombrar las variables según nuestro [manual](style_data.md) en la columna `name`
3. Entender el tipo de variable y completar la columna `bigquery_type`
4. Completar la descripción en `description` según el [manual](style_data.md)
5. A partir de la compatibilización entre años y/o consultas a los datos brutos, completar la cobertura temporal en `temporal_coverage` de cada variable
- Obs: Si las variables tienen la misma cobertura temporal que la tabla completar solo con '(1)'
- Obs: Si las variables tienen la misma cobertura temporal que la tabla completar solo con '(1)'
6. Indicar con 'yes' o 'no' si hay diccionario para las variables en `covered_by_dictionary`
7. Verificar si las variables representan alguna entidad presente en los [directorios](https://basedosdados.org/dataset?q=diret%C3%B3rio&datasets_with=open_tables&organization=bd&page=1) para completar el `directory_column`
8. Para las variables del tipo `int64` o `float64` verificar si es necesario incluir una [unidad de medida](https://github.com/basedosdados/website/blob/master/ckanext-basedosdados/ckanext/basedosdados/validator/available_options/measurement_unit.py)
Expand Down

0 comments on commit 4d99906

Please sign in to comment.