In the Data Inputs section, bulk import data through a project-specific Data Source.
Prepare your data
Upload the file
Review the loaded events
errored
bulk jobs. Review the error message for more detail on the specific issue transforming the data in your bulk import file into Mangrove.results
array of objects representing the events to generate from the import data. An example is shown below:
results
array might look like following execution of the transformation above:
Data Inputs > Events
feed that can be used to run production models.
Props
%Y-%m-%d %H:%M:%S%z
(ex. 2024-02-01 12:00:00-04:00
), where timezone is specified as a +/-
offset.%Y-%m-%d %H:%M:%S%z
(ex. 2024-02-01 12:00:00-04:00
), where timezone is specified as a +/-
offset.slug
identifier for the corresponding datapoint type, and a value
matching the expected value_type
for that datapoint type.name
attribute. If it cannot find an existing location, it will create a new one using the name
, lat
, and long
attributes provided.name
for the file (without file extension), a file type
(supported: json | geojson | text | csv
), and file content
as a string. The system will attach the specified file content as evidence on the transformed event.mapbox
boto3
geopy
pandas
numpy