.. _f-dataframesplit: module ``df.dataframe_split`` ============================= Short summary +++++++++++++ module ``pandas_streaming.df.dataframe_split`` Implements different methods to split a dataframe. :githublink:`%|py|6` Functions +++++++++ +---------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=====================================================================================================================+======================================================================================================================+ | :func:`sklearn_train_test_split ` | Randomly splits a dataframe into smaller pieces. The function returns streams of file names. The function relies ... | +---------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :func:`sklearn_train_test_split_streaming ` | Randomly splits a dataframe into smaller pieces. The function returns streams of file names. The function relies ... | +---------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pandas_streaming.df.dataframe_split :members: :special-members: __init__ :show-inheritance: