Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1# -*- coding: utf-8 -*- 

2""" 

3@file 

4@brief Répertoire de données. 

5 

6Source: 

7 

8* `wines-quality.csv <https://archive.ics.uci.edu/ml/datasets/wine+quality>`_ 

9* `countries.geo.json <https://github.com/johan/world.geo.json/blob/master/countries.geo.json>`_ 

10* `reunion.zip <https://www.insee.fr/fr/statistiques/2520034>`_ 

11* `reunion_rect.zip <https://www.insee.fr/fr/statistiques/2520034>`_ 

12* Titanic: Data obtained from `biostat.mc.vanderbilt.edu/DataSets 

13 <http://biostat.mc.vanderbilt.edu/DataSets>`_ 

14""" # pragma: no cover