diff --git a/README.md b/README.md index b3bd2dd..d42f72d 100644 --- a/README.md +++ b/README.md @@ -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)