> For the complete documentation index, see [llms.txt](https://developer-mina.gitbook.io/setify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer-mina.gitbook.io/setify/datasets/earth-science.md).

# Earth Science

### `country_name_code()`

list of countries name and 3-Letter abbreviation (code)&#x20;

{% tabs %}
{% tab title="Data" %}

```
    country_code  country_name
0            ABW         Aruba
1            AFG   Afghanistan
2            AGO        Angola
3            ALB       Albania
4            AND       Andorra
...          ...           ...
258          WSM         Samoa
259          XKX        Kosovo
260          YEM   Yemen, Rep.
261          ZAF  South Africa
262          ZMB        Zambia
```

{% endtab %}

{% tab title="Information" %}

```
[263 rows x 2 columns]
<class 'pandas.core.frame.DataFrame'>
Int64Index: 263 entries, 0 to 262
Data columns (total 2 columns):
 #   Column        Non-Null Count  Dtype 
---  ------        --------------  ----- 
 0   country_code  263 non-null    object
 1   country_name  263 non-null    object
dtypes: object(2)
memory usage: 6.2+ KB
```

{% endtab %}
{% endtabs %}
