.. _f-convert: module ``datasource.convert`` ============================= Short summary +++++++++++++ module ``pyensae.datasource.convert`` Various conversion functions. :githublink:`%|py|5` Functions +++++++++ +------------------------------------------------------------------+----------------------------------------------------------------------------------------------+ | function | truncated documentation | +==================================================================+==============================================================================================+ | :func:`dBase2df ` | converts a dBase file into a list of dataframe (one per table) | +------------------------------------------------------------------+----------------------------------------------------------------------------------------------+ | :func:`dBase2sqllite ` | Put all rows from a dBase database into sqlite Add a dbase table to an open sqlite database. | +------------------------------------------------------------------+----------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.datasource.convert :members: :special-members: __init__ :show-inheritance: