| clear_cache | Clear function cache |
| ecd_country_dictionary | ECD country dictionary A data dictionary with the countries in our dataset and their corresponding file names on Github |
| ecd_data_dictionary | ECD data dictionary a data dictionary of the columns in our dataset |
| example_scraper | This is a helper function to help you scrape the web |
| lazy_load_ecd | Reading Executive Communications Dataset lazily This function imports data from the ECD lazily meaning the data is out loaded out of memory |
| load_ecd | Reading Executive Communications Dataset This function imports data from the ECD |