module data.datazips#

Short summary#

module ensae_teaching_cs.data.datazips

Data mostly for the first and second years.

source on GitHub

Functions#

function

truncated documentation

added

Retrieves added.zip.

anyzip

Any zip.

besancon_df

Retrieves Besancon.df.zip.

deal_flow_espace_vert_2018_2019

Retrieves deal_flow_espaces_verts_2018_2019.zip. The sources compiles two files from pages:

Documentation#

Data mostly for the first and second years.

source on GitHub

ensae_teaching_cs.data.datazips.added(local=True, cache_folder='.', fLOG=<function noLOG>)#

Retrieves added.zip.

Paramètres:
  • local – local data or web

  • cache_folder – where to cache the data if downloaded a second time

  • fLOG – logging function

Renvoie:

filename (str)

source on GitHub

ensae_teaching_cs.data.datazips.anyzip(filename, local=True, cache_folder='.', multi=False, fLOG=<function noLOG>, **kwargs)#

Any zip.

Paramètres:
  • filename – filename

  • local – local data or web

  • cache_folder – where to cache the data if downloaded a second time

  • fLOG – logging function

  • multi – multiple files

  • kwargs – downloading arguments

Renvoie:

filename (str)

source on GitHub

ensae_teaching_cs.data.datazips.besancon_df(local=True, cache_folder='.', fLOG=<function noLOG>)#

Retrieves Besancon.df.zip.

Paramètres:
  • local – local data or web

  • cache_folder – where to cache the data if downloaded a second time

  • fLOG – logging function

Renvoie:

filename (str)

source on GitHub

ensae_teaching_cs.data.datazips.deal_flow_espace_vert_2018_2019(local=True, cache_folder='.', fLOG=<function noLOG>)#

Retrieves deal_flow_espaces_verts_2018_2019.zip. The sources compiles two files from pages: * `Deal flow des projets verts : projets notifiés et financés en 2018

See Deal flow espaces verts 2018 - 2019.

source on GitHub