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