docs: README atualizado

This commit is contained in:
2025-11-09 18:36:55 -01:00
parent 36f57ae3c7
commit d9ddd5b3ed

View File

@@ -1,5 +1,10 @@
# Project I - Earthquakes
## Como utilizar
Correr o ficheiro `earthquakes.py` usando `python earthquakes.py`
## Objectivos
First, let's represent the data using Python's Pandas module and implement CRUD operations, including JSON's conversion. Then, let's implement some statistical operations with graphical representations using Python's Matplotlib module over data representation in Pandas data model.
## Tarefas:
@@ -17,7 +22,6 @@ First, let's represent the data using Python's Pandas module and implement CRUD
## Apontamentos
Dados parecem estar no formato [Nordic](https://seisan.info/v13/node259.html)
## Bibliografia
- [Pandas lib](https://pandas.pydata.org/docs)
- [Matplotlib](https://matplotlib.org/stable/index.html)