12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- unfccc\_ghg\_data.helper.functions
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .. automodule:: unfccc_ghg_data.helper.functions
- .. currentmodule:: unfccc_ghg_data.helper.functions
- process\_data\_for\_country
- ===========================
- .. autofunction:: process_data_for_country
- convert\_categories
- ===================
- .. autofunction:: convert_categories
- get\_country\_name
- ==================
- .. autofunction:: get_country_name
- get\_country\_code
- ==================
- .. autofunction:: get_country_code
- create\_folder\_mapping
- =======================
- .. autofunction:: create_folder_mapping
- get\_country\_submissions
- =========================
- .. autofunction:: get_country_submissions
- get\_country\_datasets
- ======================
- .. autofunction:: get_country_datasets
- get\_code\_file
- ===============
- .. autofunction:: get_code_file
- fix\_rows
- =========
- .. autofunction:: fix_rows
- make\_wide\_table
- =================
- .. autofunction:: make_wide_table
- find\_and\_replace\_values
- ==========================
- .. autofunction:: find_and_replace_values
- set\_to\_nan\_in\_ds
- ====================
- .. autofunction:: set_to_nan_in_ds
- assert\_values
- ==============
- .. autofunction:: assert_values
- assert\_nan\_values
- ===================
- .. autofunction:: assert_nan_values
|