Mariner Backtesting - client.data_upload()
client.data_upload()
Upload data from the file "filepath". Data may be any text-based format, although JSON and CSV are recommended. If the data already exists (i.e. if 'filepath' has already been uploaded), do nothing.
Interface client.data_upload(filepath, group=None)
Name | Type | Default | Description |
---|---|---|---|
filepath | string | required | Filepath to upload data from. |
group | string | None | Group to upload data to. |
- None