pyensae documentation¶


Links: pypi, github, documentation, wheel, travis, pyensae: hide complexity for teachings, blog, Issues
What is it?¶
This project contains helpers used at the ENSAE for teaching purposes but not only. It requires github/pyquickhelper.
Data used for teachings at the ENSAE are available through function:
download_data("td8_velib.zip", website = "xd")
The data comes from xavierdupre.fr. The module also implements magic commands to run SQL queries on SQLite, parsing financial data from Google Finance.
Galleries and examples¶
Functionalities¶
retrieve data for practical lessons (see
download_data
)import a tsv file into a database (see
import_flatfile_into_database
)retrieve stock prices from Yahoo Finance (see
StockPrices
)
The magic commands will be automatically enabled if the module is imported from a notebook.
It also proposes others magic commands such as %head
, %tail
, %textdiff
,
%hhelp
, %runpy
, %lsr
, %compress
. Type <magic_command> -h
to get their usage.