TextData.copy#

TextData.copy(rows_to_use: Optional[Sequence[int]] = None) TDataset[source]#

Create a copy of this Dataset with new data.

Parameters
rows_to_uset.Optional[t.List[int]] , default: None

The rows to use in the new copy. If None, the new copy will contain all the rows.