Compare commits

..

2 Commits

Author SHA1 Message Date
d9ddd5b3ed docs: README atualizado 2025-11-09 18:37:04 -01:00
36f57ae3c7 fix: atualizada lista de requerimentos 2025-11-09 18:35:04 -01:00
2 changed files with 7 additions and 3 deletions

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)

View File

@@ -1,2 +1,2 @@
pytest==8.4.2
pandas==2.3.3
numpy==2.3.4
pandas==2.3.3