docs: README atualizado
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Project I - Earthquakes
|
# 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.
|
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:
|
## Tarefas:
|
||||||
@@ -17,7 +22,6 @@ First, let's represent the data using Python's Pandas module and implement CRUD
|
|||||||
## Apontamentos
|
## Apontamentos
|
||||||
Dados parecem estar no formato [Nordic](https://seisan.info/v13/node259.html)
|
Dados parecem estar no formato [Nordic](https://seisan.info/v13/node259.html)
|
||||||
|
|
||||||
|
|
||||||
## Bibliografia
|
## Bibliografia
|
||||||
- [Pandas lib](https://pandas.pydata.org/docs)
|
- [Pandas lib](https://pandas.pydata.org/docs)
|
||||||
- [Matplotlib](https://matplotlib.org/stable/index.html)
|
- [Matplotlib](https://matplotlib.org/stable/index.html)
|
||||||
|
|||||||
Reference in New Issue
Block a user