etalab-ia / DGML

This repo contains the code used to develop DGML (Data Gouv for Machine Learning), a data repository of datasets from data.gouv.fr for Machine Learning.
https://datascience.etalab.studio/dgml/
MIT License
12 stars 0 forks source link

Update Descriptive Summary generation in the app #4

Closed gsantar closed 3 years ago

gsantar commented 3 years ago

The Descriptive Summary section in the app is now taken from a csv file (open_ml_app/assets/datasets/resources/id/statistics_summary.csv) and not from the columns of the "main" csv (open_ml_app/assets/datasets/open_data_ml_datasets.csv) This increases code's modularity and gives us a quicker access to the statistics of a given dataset, which can be useful.