# loader

The `loader` command loads data from a data source, data sink, or dataset into a dataframe in the notebook kernel memory.

## Syntax

```
loader
```

## Parameters

1. Click the button of the source type: **Data Sources**, **Data Sinks**, or **Datasets**.
2. From the drop-down list, select the source name.
3. Click the **Load Table** button.

Data is loaded into an in-memory dataframe, and a preview of the data is displayed on the screen. The loaded dataframe is set as the current working dataframe. Many of the visualization commands work on the current working dataframe.

## Example

<div align="left"><figure><img src="https://2508510707-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Foy9ZHXC3vsL0Sr36iw78%2Fuploads%2FHBf9R6f4UXFhpLuaJDok%2Floader_screen.png?alt=media&#x26;token=eff60735-4dd8-44b2-be32-3a658c627751" alt=""><figcaption></figcaption></figure></div>
