Attention
This repo is an adaption of https://github.com/ssec-jhu/biospecdb. Images present within this documentation may not entirely reflect the exact working content of this application.
biodb.apps.uploader.io
Functions
|
Read array data of the form {"patient_id": value, "x": [values], "y": [values]} and return data ArrayData instance. |
|
Convert data to json equivalent to {"patient_id": value, "x": [values], "y": [values]} Returns json str and/or writes to file. |
|
General purpose reader to handle multiple file formats returning ArrayData instance. |
|
Read in multiple rows of data returning a pandas.DataFrame. |
|
Read in bulk upload meta data file of all Observations and parsable model fields. |
|
Read in single row array data. |
Classes
|
|
|
Exceptions
|