---
title: Access loaded data
description: How to access your loaded data
keywords: [datasets, data, access]
---
# Access loaded data

You can access data that got loaded with `dlt.pipeline` in many different ways. When using Python, you
have all popular options available: data frames, SQL queries or Ibis expressions.

- [Dataset](./dataset.md)
- [SQL client](./sql-client.md)
- [Ibis backend](./ibis-backend.md)
- [Marimo](./marimo.md)

