From a04cefb05802f96cb2f686b5ebb2c1fd55b42b31 Mon Sep 17 00:00:00 2001 From: Shino Date: Fri, 24 Oct 2025 17:29:57 +0000 Subject: [PATCH] docs: Atualizar o README --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f657a77..cb36f55 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -# prog-team-proj +# Project I - Earthquakes +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: + +- T1 - Convert data structure in file (MS Excel) to the Panda's data structure and save it in a text file; +- T2 - Implement CRUD operations through a text menu; +- T3 - Implement statistical operations such as: average, variance, standard desviation, max, min, mode; through a text menu; +- T4 - Convert from Pandas to JSON and save it in a text file; +- T5 - to be continued ... + +## Prazos +- T1 a T4 -> 10 de novembro +- (a definir) + + +## Bibliografia +- [Pandas lib](https://pandas.pydata.org/docs) +- [Matplotlib](https://matplotlib.org/stable/index.html) +- [definição de CRUD](https://en.wikipedia.org/w/index.php?title=Create,_read,_update_and_delete&useskin=vector)