module data.data2a#

Short summary#

module ensae_teaching_cs.data.data2a

Data mostly for the first year.

source on GitHub

Functions#

function

truncated documentation

anyfile

Returns any file in sub folder data_2a. …

wines_quality

Datasets about wines quality. Source : Wine Quality Data Set. …

Documentation#

Data mostly for the first year.

source on GitHub

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)

source on GitHub

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)

source on GitHub