.. _f-tblfunction: module ``pandashelper.tblfunction`` =================================== Short summary +++++++++++++ module ``pyquickhelper.pandashelper.tblfunction`` Various function to deal with pandas tables :githublink:`%|py|5` Functions +++++++++ +------------------------------------------------------------------+------------------------------------------------------------------+ | function | truncated documentation | +==================================================================+==================================================================+ | :func:`isempty ` | checks that a string is empty, returns also True if s is ``NaN`` | +------------------------------------------------------------------+------------------------------------------------------------------+ | :func:`isnan ` | calls :epkg:`numpy:isnan` but checks it is a float first | +------------------------------------------------------------------+------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.pandashelper.tblfunction :members: :special-members: __init__ :show-inheritance: