What is Celbo?

Celbo is a whiteboard tool for data analysis using Python.

Node-based

By connecting nodes that contain data and Python code, you can visually summarize the data analysis process with clarity.

Screenshot 2024-11-01 at 19.27.11.png

Python

You can perform data analysis using Python. Python is executed in the browser.

Screenshot 2024-11-01 at 17.52.12.png

AI

You can write code together with AI, allowing you to complete analysis quickly.

Screenshot 2024-11-01 at 17.55.36.png

Nodes available in Celbo

CSV Node

The CSV node allows you to upload a CSV file as a data source for analysis.

The CSV file is automatically converted into a Pandas DataFrame.

Screenshot 2024-11-01 at 18.12.24.png

<aside> 💡

We plan to add other data sources in the future!

</aside>

Operator Node