Utilities#
Common#
colour_datasets.utilities
|
Open given url and return its content as JSON. |
|
Compute the Message Digest 5 (MD5) hash of given file. |
A context manager and decorator temporarily suppressing standard output. |
|
|
Download given url and saves its content at given file. |
Spreadsheet#
colour_datasets.utilities
|
Return the 0-based index of given row name. |
|
Return the row name of given 0-based index. |
|
Return the 0-based index of given column letters. |
|
Return the column letters of given 0-based index. |
|
Return given workbook sheet cell range values, i.e., the values of the rows and columns for given cell range. |