Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 1.17 KB

README.md

File metadata and controls

10 lines (8 loc) · 1.17 KB

Progetto di Foundation of Computer Science.

Grazie a questo progetto universitario ho acquisito le skills in ambito python e SQL, nello specifico una conoscenza profonda:

  1. nell'utilizzo delle librerie numpy, pandas per la corretta gestione, pulizia e analisi dei dataset costituiti da alcune tabelle interconnesse, come quelle solitamente disponibili su Kaggle.com (CSV, TSV, formati JSON);
  2. nella progettazione di un database relazionale secondo i principi di normalizzazione standard e deduzzione della struttura implicita di un database dalle sue tabelle.

Thanks to this university project I acquired the skills in python and SQL, specifically a deep knowledge:

  1. in the use of numpy libraries, pandas for the correct management, cleaning and analysis of datasets consisting of some interconnected tables, such as those usually available on Kaggle.com (CSV, TSV, JSON formats);
  2. in the design of a relational database according to the principles of standard normalization and deduction of the implicit structure of a database from its tables.