> For the complete documentation index, see [llms.txt](https://openup.gitbook.io/training-content/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://openup.gitbook.io/training-content/the-fundamentals-of-data-driven-storytelling/module-3-verify/3.1-can-i-use-this-data-in-my-work/what-do-these-column-headings-mean.md).

# What do these column headings mean?

{% hint style="info" %}
**Columns describe the rows** i.e. the rows represent the number of entries, and the values in the columns describe the attributes of these entries
{% endhint %}

When we look at a table of data, the first row (or rows) should indicate what the columns of data contain. For example, in the example below, it's fairly easy to guess that Gender, Population Group, Current Institution, Faculty, are all attributes of people.&#x20;

<figure><img src="https://lh3.googleusercontent.com/z8LdBy_ZNewv4gAA608GuRvcCf-wAmrpLkntKe4_Clh9ZucWY9p48J46fzOy5vcsPE26gnCnG1Dte1hNVXsYYUJOUu2_f8okMs6cEXW0vRJTe1ERkMXyxnXCCrIaTqSqZgC8HznvpEdvu7wcdcOk8Str81LBd5irr9V3t_lUJZ1QZQRGT8ts48_VQSs" alt=""><figcaption><p>Example </p></figcaption></figure>

But what about in this example, taken from an annual report published by the Department of Transport?&#x20;

<figure><img src="/files/NLWCpohREydniDxETFZ4" alt=""><figcaption></figcaption></figure>

You can probably figure out what the column **Geo\_type** is by reading down a few entries, and it seems obvious that **Pr\_code** relates to province. The rest of the table, however, is meaningless without something to interpret the variable names in the columns.&#x20;

Good data should come with "**metadata**" attached, either within the spreadsheet or or as a separate file. Metadata is data about the data, and can include an explaination of column headings, publication times, publisher names and methodoloogy used for collection. It should also tell you the licensing conditions for the dataset and whether or not you can use it.

Here's an example of metadata taken from a World Bank dataset.

<figure><img src="https://lh5.googleusercontent.com/ikhX6U-PdebHQULubl8yxIq4Oo2abDUNnw71UIuv4kn6CdcG9O_K2soteo4ZIVq0OXPXbx2agF3NEaVVJjbtddP36btY7GQdIUhaelLnpNLk9j15kk_ZHSK6AmZ4VkVKaEAnzXyGzKf0jiAeSSb9t4EB6g=s2048" alt=""><figcaption></figcaption></figure>

You can see this for yourself [at this link](https://data.worldbank.org/indicator/SP.DYN.LE00.IN?locations=ZG). Open it up and click on the button marked "Details". This will show you the first part of the metadata, along with more links to get more information.

Not all data comes with metadata attached. Be very wary about data you can't be 100% sure of though.
