.. _f-pandas2numpy: module ``fastdata.pandas2numpy`` ================================ Short summary +++++++++++++ module ``cpyquickhelper.fastdata.pandas2numpy`` Fast data manipulations. :githublink:`%|py|5` Functions +++++++++ +--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +====================================================================+==============================================================================================================================+ | :func:`df2array ` | Converts a dataframe into a :epkg:`numpy:array` without copying. :epkg:`pandas` is merging consecutive columns sharing ... | +--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :func:`df2arrays ` | Converts a dataframe into a list of a list of tuple *(column name, :epkg:`numpy:array`)* without copying. :epkg:`pandas` ... | +--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: cpyquickhelper.fastdata.pandas2numpy :members: :special-members: __init__ :show-inheritance: