IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Utility functions to handle CSV files. More...
Utility functions to handle CSV files.
Functions | |
def | read_csv |
Simple reader of csv files that disregards lines with comments. More... | |
def | read_csv_keyword |
Reader of csv files that only recovers lines starting with a keyword. More... | |
def IMP.EMageFit.csv_related.read_csv | ( | fn, | |
delimiter = '|' , |
|||
comment_char = '#' , |
|||
max_number = False |
|||
) |
Simple reader of csv files that disregards lines with comments.
Definition at line 14 of file csv_related.py.
def IMP.EMageFit.csv_related.read_csv_keyword | ( | fn_or_f, | |
keyword, | |||
delimiter = '|' , |
|||
comment_char = '#' |
|||
) |
Reader of csv files that only recovers lines starting with a keyword.
Definition at line 34 of file csv_related.py.