Skip to content

Commit

Permalink
Merge pull request #167 from laurasootes/patch-1
Browse files Browse the repository at this point in the history
Update 02-common-mistakes.md
  • Loading branch information
josenino95 authored Jun 27, 2024
2 parents e3de09b + 96611ef commit fcda37f
Showing 1 changed file with 7 additions and 32 deletions.
39 changes: 7 additions & 32 deletions episodes/02-common-mistakes.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,38 +162,13 @@ that are excessively long. Including the units in the field names avoids confusi

**Examples**

<table align = "left" style = "width =50%; border: 1px solid black;">
<tr>
<td> <b>Good Name</b></td> <br />
<td> <b>Good Alternative </b> </td><br />
<td> <b>Avoid </b></td><br />
</tr>
<tr>
<td> wall_type </td>
<td> WallType </td>
<td> wall type </td>
</tr>
<tr>
<td> longitude </td>
<td> GpsLongitude </td>
<td> gps:Longitude </td>
</tr>
<tr>
<td> gender </td>
<td> gender </td>
<td> M/F </td>
</tr>
<tr>
<td> Informant_01 </td>
<td> first_informant</td>
<td> 1st Inf</td>
</tr>
<tr>
<td> age_18 </td>
<td> years18</td>
<td> 18years</td>
</tr>
</table>
| Good Name | Good Alternative | Avoid |
|--------------|-------------------|----------------|
| wall_type | WallType | wall type |
| longitude | GpsLongitude | gps:Longitude |
| gender | gender | M/F |
| Informant_01 | first_informant | 1st Inf |
| age_18 | years18 | 18years |

## Using special characters in data {#special}

Expand Down

0 comments on commit fcda37f

Please sign in to comment.