Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1""" 

2@file 

3@brief Shortcuts to data 

4""" 

5 

6from .data_exception import PasswordException 

7from .data_helper import ( 

8 change_encoding, 

9 change_encoding_improve, 

10 clean_column_name_sql_dump, 

11 convert_dates, 

12 enumerate_text_lines, 

13) 

14from .datazips import besancon_df 

15from .data_medical import convert_dcm2png