Example project we will use python to build an simple api to return Brazilian National Soccer Championship (a.k.a Brasileirão) classification table.
In this example we will:
-
extract data from CBF official website.
-
clean and format the extracted data.
-
build and endpoint to retrieve cleaned data.
For this we will use the following packages/tools:
- pandas
- request
- fastapi
- uvicorn
- lxml