kappa_sdk.user_tasks.DataCommandService#

class kappa_sdk.user_tasks.DataCommandService(data_api, data_dto_converter)[source]#

Python wrapper for a Data Command Service.

Note

Should not be instantiated directly.

Methods

DataCommandService.add_values(vector_id, ...)

Populates the specified dataset.

DataCommandService.convert_nan(values)

DataCommandService.remove_range(vector_id)

Clears the specified dataset.

DataCommandService.replace_data(vector_id, ...)

Replaces the content of the specified dataset.

DataCommandService.set_first_x(vector_id, ...)

Updates the reference date for the specified dataset.

Parameters:
  • data_api (DataAPI)

  • data_dto_converter (DataDtoConverter)