.. _f-faqpandas: module ``faq.faq_pandas`` ========================= Short summary +++++++++++++ module ``ensae_teaching_cs.faq.faq_pandas`` Quelques problèmes récurrents avec `pandas `_. :githublink:`%|py|6` Functions +++++++++ +----------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +============================================================================+================================================================================================================================================+ | :func:`df_equal ` | Compares two dataframe and tells if they are equal. | +----------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`df_to_clipboard ` | Copies a dataframe as *csv* text into the clipboard. | +----------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`groupby_topn ` | Takes the top *n* rows per group. | +----------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`read_csv ` | Calls function `read_csv `_ ... | +----------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`speed_dataframe ` | | +----------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_teaching_cs.faq.faq_pandas :members: :special-members: __init__ :show-inheritance: