module data.data1a#

Short summary#

module ensae_teaching_cs.data.data1a

Data mostly for the first year.

source on GitHub

Functions#

function

truncated documentation

anyfile

Returns any file in sub folder data_1a. …

donnees_enquete_2003_television

Time about marathons over cities and years See ensae_teaching_cs.data.data1a.anyfile() to directly download …

marathon

Time about marathons over cities and years See ensae_teaching_cs.data.data1a.anyfile() to directly download …

Documentation#

Data mostly for the first year.

source on GitHub

ensae_teaching_cs.data.data1a.anyfile(name, local=True, cache_folder='.', filename=True)#

Returns any file in sub folder data_1a.

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.data1a.donnees_enquete_2003_television(local=True, cache_folder='.', filename=True)#

Time about marathons over cities and years See ensae_teaching_cs.data.data1a.anyfile() to directly download it.

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

ensae_teaching_cs.data.data1a.marathon(local=True, cache_folder='.', filename=True)#

Time about marathons over cities and years See ensae_teaching_cs.data.data1a.anyfile() to directly download it.

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