Functions | |
def | make_sparse_length (csv_file, length) |
Makes sparse CSV with the given number of rows. More... | |
def | make_sparse_skip (csv_file, skip) |
Makes sparse CSV by skipping every nth value. More... | |
Variables | |
string | PKG = 'diagnostic_analysis' |
Make CSV files smaller for use in spreadsheet software. More... | |
def diagnostic_analysis.sparse.make_sparse_length | ( | csv_file, | |
length | |||
) |
def diagnostic_analysis.sparse.make_sparse_skip | ( | csv_file, | |
skip | |||
) |