You can update cells in a dataset via the Python SDK or directly via the API.
dataset_id
(str): The ID of the dataset to update cells in.cells
(List[Dict]): A list of cells to update, where each cell is a dictionary containing:
row_no
(int): The row number (1-based indexing) of the cell to update.column_name
(str): The name of the column containing the cell to update.value
(Any): The new value for the specified cell.CustomException
is raised with details about the error.
http://api.athina.ai/api/v1/dataset_v2/<DATASET_ID>/cells
athina-api-key
: Your Athina API keyContent-Type
: application/json