This repository showcases my ability to extract and manage data using Python. It includes three key scripts: web scraping, database storage integration, and API data retrieval.
- Filename:
azure_blob_upload.py
- Function: Automatically fetches and uploads stock data to Azure Blob Storage on a schedule.
- Filename:
web_scraping_csv.py
- Function: Scrapes news data from a website and saves it as a CSV file.
- Filename:
api_data_aggregation.py
- Function: Fetches trade data via an API and aggregates it into a summarized format.
- Python 3
- Libraries:
requests
,pandas
,BeautifulSoup
,azure.storage.blob
- APIs: UN Comtrade, Azure Blob Storage