# Usage of Python and Pandas

Ylem is a no-code solution but as with every modern no-code solution, you still can write code if you want to:-)

That is what the "[Code](/pipelines/tasks-ip/code.md)" task is for that supports Python 3.9 with some additional libraries

<figure><img src="/files/tBEwIb0b8m3h67MrXQ9O" alt=""><figcaption></figcaption></figure>

You can learn more about how to filter, transform, or process data with it on the [specific page dedicated to this task](/pipelines/tasks-ip/code.md).

In addition to that the "Code" task supports [Pandas](https://pandas.pydata.org/) framework. This is how you can work with it and the input dataset:

<figure><img src="/files/6vG3hK5cpTDfhPxxoWLM" alt=""><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://docs.ylem.co/use-cases/functional-use-cases/usage-of-python-and-pandas.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.
