aulojor b30f931e61 feat: CRUD
Acho que está mais ou menos completo mas os returns ainda estão um pouco inconsistentes entre as funções visto que algumas retornam uma string após completar a ação, outras um novo df para substituir o antigo e outras ambos.
2025-11-06 09:29:29 -01:00
2025-10-23 19:29:23 +00:00
2025-11-06 09:29:29 -01:00
2025-11-06 09:28:47 -01:00
2025-11-05 09:13:04 -01:00
2025-10-30 19:37:46 -01:00
2025-11-05 09:22:36 -01:00
2025-10-30 22:01:44 -01:00
2025-10-30 22:01:44 -01:00
2025-10-24 17:17:41 +00:00

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)

Apontamentos

Dados parecem estar no formato Nordic

Bibliografia

Description
No description provided
Readme 231 KiB
Languages
Python 100%