# 上传外部数据

在 WaterStrategy 中，用户可以通过将外部文件中的数据加载为，灵活地更有效地管理大型复杂的数据集 [**DataFrame参数**](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/dataframe-parameter) 使用 “url” 关键字，而不是将所有数据直接嵌入到接口中。文件格式包括：

* CSV
* Excel
* HDF5

<mark style="background-color:purple;">注意：</mark> 在前面的选项中，Excel 文件性能最慢，而 HDF5 文件性能最好，是大型数据集的首选。

要在 WaterStrategy 中上传文件，请导航到您的 **项目** 然后单击 “文件” 选项卡。从那里，单击 **选择文件** 然后选择你要上传的文件，然后单击 <img src="/files/w9nrjnEqsnM95IevX2Wv" alt="" data-size="line">.

这会将文件添加到您的项目中，使其可用于项目内的所有网络。

<figure><img src="/files/OhoaB8l3EyLylFGs60sI" alt="" width="563"><figcaption></figcaption></figure>

文件上传后，它们将显示在 **档案** 项目中的选项卡。从那里，您可以轻松地在项目中的所有网络中查看、管理和共享它们。

<figure><img src="/files/qM7P5GU9Xngjqp4CnWWA" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://water-strategy.gitbook.io/waterstrategy/zhong-guo-ren/ru-men/uploading-external-data.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.
