Ingesting timeseries issue
I can not update (push) the existing timeseries by client.time_series.data.insert() method.
data_points = [{'timestamp':pd.to_datetime(df5.index[i]).timestamp()*1000,'value':df5['My Feature'].iloc[i]} for i in range(len(df5))]
client.time_series.data.insert(data_points, external_id=external_id_feature)
The way I followed is : trim the specific date-range, insert the timeseries.
Is there any standard way to update the existing time-series ??
Check the
documentation
Ask the
Community
Take a look
at
Academy
Cognite
Status
Page
Contact
Cognite Support
