module data.gutenberg#

Short summary#

module ensae_teaching_cs.data.gutenberg

Link to data from Gutenberg, provides an automated way to get the data from this website. Some data may be replicated here to unit test notebooks.

source on GitHub

Functions#

function

truncated documentation

gutenberg_name

Retrieves data from Gutenberg.

Documentation#

Link to data from Gutenberg, provides an automated way to get the data from this website. Some data may be replicated here to unit test notebooks.

source on GitHub

ensae_teaching_cs.data.gutenberg.gutenberg_name(name='condamne', local=False, load=False)#

Retrieves data from Gutenberg.

Paramètres:
  • name – name of the requested data

  • local – use local version

  • load – load the data

Renvoie:

content or filename or url

List of available datasets:

source on GitHub