basic-demo.py 510 B

123456789101112131415161718192021222324
  1. # ---
  2. # jupyter:
  3. # jupytext:
  4. # text_representation:
  5. # extension: .py
  6. # format_name: percent
  7. # format_version: '1.3'
  8. # jupytext_version: 1.14.5
  9. # kernelspec:
  10. # display_name: Python 3 (ipykernel)
  11. # language: python
  12. # name: python3
  13. # ---
  14. # %% [markdown]
  15. # # Basic demo
  16. #
  17. # This notebook gives a basic demonstration of how to use FAOSTAT data.
  18. # %%
  19. import faostat_data_primap
  20. # %%
  21. print(f"You are using faostat_data_primap version {faostat_data_primap.__version__}")