> For the complete documentation index, see [llms.txt](https://biggeo.gitbook.io/datalab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://biggeo.gitbook.io/datalab/my-library/import-data/import-from-device.md).

# Import From Device

Datalab lets you import data directly from your computer to start working with it right away. This is ideal for local files in CSV or Parquet format that you want to index, visualize, or convert into data products.

***

## Import Data From Device

{% stepper %}
{% step %}

### Navigate to Data Management

Go to the **Data Management** section from the Datalab sidebar.
{% endstep %}

{% step %}

### Add a New Data Source

* Click the **“Add Data Source”** button at the top right.
* From the available options, select **“From Device”**.
  {% endstep %}

{% step %}

### Upload Your File

* In the import panel, **click to upload** or **drag and drop** your CSV or Parquet file.
* Supported formats include: `.csv`, `.parquet`
  {% endstep %}

{% step %}

### Name and Describe the Dataset

* Enter a **dataset name** (required) that’s easily identifiable.
* (Optional) Add a **short description** to explain what this dataset includes.
  {% endstep %}

{% step %}

### Finalize the Import

* Click **“Import”** to upload the file into your Datalab environment.
* You’ll see the new data source appear in your **My Data** table once it’s successfully uploaded.
  {% endstep %}
  {% endstepper %}

***

## What’s Next?

After the dataset is imported:

* You can **index** it to define geospatial attributes.
* Enable **hot compute** if you want to use it in **Datascape**.
* Create **data products** or **marketplace listings** from it.

***

## FAQs

<details>

<summary><strong>What file types are supported for import?</strong></summary>

CSV and Parquet files are currently supported.

</details>

<details>

<summary><strong>Is there a size limit for importing files from my device?</strong></summary>

There is no strict limit, but large files may take longer to process and index.

</details>

<details>

<summary><strong>Where does the imported data go?</strong></summary>

The dataset becomes part of your Datalab workspace and is visible in the **My Data** section.

</details>

<details>

<summary><strong>Can I update the dataset after importing it?</strong></summary>

Not directly via file re-upload. You’ll need to either re-import a new file or connect a cloud source with ETL scheduling.

</details>
