traveler.demo.tour_mode.JaxTable.assign#
- JaxTable.assign(vars=None, **kw_vars)[source]#
Assign new variables to the JaxDataset, returning a new instance.
This method allows you to add new fields to the dataset. If the field already exists, it will be overwritten. A copy of the dataset is returned with the new variables added.
- Parameters:
vars (dict[str, Any] | None)
- Return type:
Self