# 数据合并拆分及复制移动

在TensorBay中，您可以通过使用Python SDK复制或移动现有数据来准备数据集或创建新数据集。

* 点击顶部导航栏【我的数据集】（个人开发者）或【团队数据集】（团队开发者）进入您工作空间的数据集列表，在【创建数据集】的下拉框中选择【Merge by Python SDK】跳转至SDK文档页面，请参照SDK指引文档完成新数据集创建。
* 通过PythonSDK支持将原数据和标注数据复制或移动至另一个数据集，或在相同的数据集中从一个segment复制或移动至另一个segment。

![](/files/-MkFZa4uSekoiYioLEcJ)

![](/files/-MkFZrQPvbHxAy3PTbaS)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.graviti.cn/guide/tensorbay/data/merge.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
