Données#

Jeux de données#

ensae_teaching_cs.data.besancon_df (local = True, cache_folder = “.”, fLOG = <function noLOG at 0x7f31b9f39c10>)

Retrieves Besancon.df.zip.

ensae_teaching_cs.data.datacpt.data_cpt_ENSAE_2016_11 (folder = “.”, fLOG = <function noLOG at 0x7f31b9f39c10>)

Returns the data for the competition Python 2A ENSAE 2016, located on github ensae_competition_2016.zip.

ensae_teaching_cs.data.datacpt.data_cpt_ENSAE_2016_11_blind_set (password)

Returns the evaluation set for the competition Python 2A ENSAE 2016.

ensae_teaching_cs.data.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.

ensae_teaching_cs.td_1a.discours_politique.enumerate_speeches_from_elysees (url = “agenda”, skip = 0)

Enumerates speeches from the Elysees.

ensae_teaching_cs.data.google_trends (name = “macron”, local = True, cache_folder = “.”, filename = True)

Returns some google trends example. See ensae_teaching_cs.data.dataweb.anyfile() to directly download it.

ensae_teaching_cs.data.gutenberg_name (name = “condamne”, local = False, load = False)

Retrieves data from Gutenberg.

ensae_teaching_cs.data.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.

ensae_teaching_cs.data.simple_database (name = “World.db3”, local = True, cache_folder = “.”)

Returns a simple database. See ensae_teaching_cs.data.datasql.anyfile() to directly download it.

ensae_teaching_cs.data.twitter_zip (name = “tweets_macron_sijetaispresident_201609”, local = True, cache_folder = “.”, filename = False, unzip = True, as_df = True, encoding = “utf-8”)

Returns zipped twitter. See ensae_teaching_cs.data.dataweb.anyfile() to directly download it.

Outils#

ensae_teaching_cs.data.decrypt_data (password, input, output)

Decrypts a file.

ensae_teaching_cs.data.encrypt_data (password, input, output)

Encrypts a file.