Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data Augmentation

Hi Manohar,

I would like to know if there are any methods to dynamically augment data.

I have a dataset where I am getting data from a database and having columns such as assetId, sensorName, Timestamp(apoc format).

My goal is to get the data augmented for every sensorName untill its second apperance, so for example:

assetid: 3

sensorName: abc

Timestamp:1584057695036

 

and next is 

 

assetid: 3

sensorName: abc

Timestamp:1584057695038

 

I want the dataset to replicate the data from 1584057695038 to 1584057695038

like

assetid: 3

sensorName: abc

Timestamp:1584057695037

 

Appreciate your help.

Regards,

Ashleypaprona

Labels (2)
0 Replies