|
def _fromZipCSV(self, zf, path, source=None, oldLabels=None): |
uses
|
_convertZip = {'Animals': {#'Tag': int, |
dictionary to convert columns of CSV files to appropriate type. As names of columns differ with versions - that makes format handling a responsibility of the
Loader.
In the development branches there are further examples of such responsibility, like:
https://github.com/Neuroinflab/PyMICE/blob/format_version_2/lib/pymice/_ICData.py#L322