Coverage for pyquickhelper/pandashelper/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-06-03 02:21 +0200

1""" 

2@file 

3@brief shortcuts to pandashelper 

4""" 

5from .readh import read_csv 

6from .tblformat import df2rst, df2html 

7from .tblfunction import isempty, isnan