.. _f-joins: module ``mlhelper.joins`` ========================= Short summary +++++++++++++ module ``pyensae.mlhelper.joins`` Complex joins with pandas. :githublink:`%|py|6` Functions +++++++++ +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +============================================================+============================================================================================================================+ | :func:`df_crossjoin ` | Make a cross join (cartesian product) between two dataframes by using a constant temporary key. Also sets a MultiIndex ... | +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.mlhelper.joins :members: :special-members: __init__ :show-inheritance: