Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iferdel/chile_economic_indicators
https://github.com/iferdel/chile_economic_indicators
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/iferdel/chile_economic_indicators
- Owner: iferdel
- Created: 2022-03-22T19:15:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T21:41:19.000Z (almost 3 years ago)
- Last Synced: 2023-08-11T04:13:08.544Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chile_economic_indicators
This notebook simulates a real case of extracting, cleaning and displaying certain economic indicators.
All the data that includes this repository is extracted via API of the Chilean Central Bank (BCCh).The main Jupyter Notebook of this repository works as a Guide or Procedure and by pressing the corresponding cells you can check what was written to accomplish what you are seeing.
On the other hand, the repository also has the main diagram for the extraction by OOP and the two .py asociated with the process of scrap and plot the selected data available. Additionally, the sqlite module is applied by saving the data extracted from the API into a database in order to avoid over scrapping.