Skip to content
  • Kipp Cannon's avatar
    types.py: add support for strings to ToNumPyType · 1dfd40f9
    Kipp Cannon authored
    - inverse conversions are not supported at this time.  for string types there is no simple look-up table approach that is appropriate, the type string needs to be parsed.
    - this change facilitates transforming tabular data to numpy arrays, and from there to other document formats, e.g. hdf5
    1dfd40f9