123456789101112131415161718192021222324 |
- # ---
- # jupyter:
- # jupytext:
- # text_representation:
- # extension: .py
- # format_name: percent
- # format_version: '1.3'
- # jupytext_version: 1.14.5
- # kernelspec:
- # display_name: Python 3 (ipykernel)
- # language: python
- # name: python3
- # ---
- # %% [markdown]
- # # Basic demo
- #
- # This notebook gives a basic demonstration of how to use FAOSTAT data.
- # %%
- import faostat_data_primap
- # %%
- print(f"You are using faostat_data_primap version {faostat_data_primap.__version__}")
|