> For the complete documentation index, see [llms.txt](https://datalab-docs.datacamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://datalab-docs.datacamp.com/product-updates.md).

# Product Updates

What's new? Read below for all the latest and greatest about DataLab.

### January 10, 2025

**Explore Data Cell**

The Explore Data cell is a no-code option now available in the Add New Content menu that allows users to browse data quickly without any technical knowledge. Just load a connected data source or upload a file, and let DataLab do the rest! [Click here for more details](/work/explore-data-cell.md).

<div align="left"><figure><img src="https://4179539225-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZqboFGZzD87nn7oPsm%2Fuploads%2F0OJWSN74WNSkEw1lGt7k%2FScreenshot%202025-01-13%20at%209.53.55%E2%80%AFAM.png?alt=media&amp;token=9a33cc58-372e-4871-86b2-4be0a9d6ce7c" alt=""><figcaption></figcaption></figure></div>

**Table Improvements**

You spoke up, we listened. The core table functionality you are used to with many traditional spreadsheets is now available, including:

* Row & Cell selection, copying and pasting
* Enhanced right-click cell options
* Improved filtering and search
* Up next: Conditional Formatting and more!

<figure><img src="https://lh7-rt.googleusercontent.com/slidesz/AGV_vUfEGAEQ522aRl0zhC0VtYfvfsK8jxCkdIOqmYk-nOGX9l_NqlS7qOUiSXYUGy_-HMHizgb_RBi2FOkibSGKcS2vs4BEd-wb6lcjNVCgcKzNemsBUqwPOTjCCDwZ9Gr2sABiWKunDQ=nw?key=EIhRGnmaaHVSM2YKZMzrDA" alt=""><figcaption></figcaption></figure>

**Bug Fixes and minor improvements**

* ***Improved truncated table exports***

![Truncated table export menu](https://lh7-rt.googleusercontent.com/slidesz/AGV_vUetmJBqoQ20qhkapzoNJ672Nd5PEDbnB13ud13Nqis99EiagksHqIpzvTQ5R7hMvETi1iZqJ0eDlq_V0Q2c-w2-QhHFADT-F3K-N322H5iUvdiruIfT5BPT2VKxLDDJkLtu1qsq5g=nw?key=EIhRGnmaaHVSM2YKZMzrDA)

* **Improved performance of workbook navigation in left-nav**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://datalab-docs.datacamp.com/product-updates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
