File generation & analysis

Code Interpreter helps you turn questions and data into computed answers and downloadable files - right inside nexos.ai Chat.

It can run Python code to analyze data, spot issues, and produce outputs you can use immediately.


Capabilities

  • Analyze data (especially spreadsheets and CSV-style data)

  • Create charts to visualize results

  • Generate files such as cleaned CSVs and reports, and attach them in the conversation


Common use cases

  • Clean and transform a CSV, then export a new version.

  • Create a quick analysis and summary you can share.

  • Debug data issues by finding errors and anomalies.


Where it works

You can use Code Interpreter in:

  • Chat

  • Projects (great when your files live in a Project)

  • Agents (great for repeatable workflows with saved instructions)


How to use it

1

Start a new chat

You can do that in Chat, Projects, or Agents.

2

Provide your data

  • Add files to use them as source material in chats

  • Or describe what you want to generate (for example: “Create a cleaned CSV and a chart”)

3

Ask for the outcome

Examples:

  • “Clean this dataset and export a new CSV.”

  • “Summarize trends and generate a simple report.”

  • “Create a chart of revenue by month.”

Your results will appear in Chat, and generated files will be attached when available.


Tips for best results

  • Specify desired output: CSV, chart, or other specific document format.

  • Name the columns or metrics you care about (e.g., “group by month,” “remove duplicates”).

  • If you’re working on a Project, keep related files together so the analysis stays consistent.

Last updated