module data.data2a
¶
Functions¶
function |
truncated documentation |
---|---|
Returns any file in sub folder data_2a. … |
|
Datasets about wines quality. Source : Wine Quality Data Set. … |
Documentation¶
Data mostly for the first year.
-
ensae_teaching_cs.data.data2a.
anyfile
(name, local=True, cache_folder='.', filename=True)¶ Returns any file in sub folder data_2a.
- Paramètres
name – file to download
local – local data or web
cache_folder – where to cache the data if downloaded a second time
filename – return the filename (True) or the content (False)
- Renvoie
text content (str)
-
ensae_teaching_cs.data.data2a.
wines_quality
(local=True, cache_folder='.', filename=True)¶ Datasets about wines quality. Source : Wine Quality Data Set.
- Paramètres
local – local data or web
cache_folder – where to cache the data if downloaded a second time
filename – return the filename (True) or the content (False)
- Renvoie
text content (str)