Updating datasets in Strategy with Python requires the update_dataset () function from the mstrio Python package. This function has 4 required parameters and no optional parameters.
Required:
(updates data in existing rows and columns), 'upsert' (updates existing data and inserts new rows), 'replace' (similar to truncate and load, replaces the existing data with new data).
KB442244