In this article, we’re going to get you started with a simple CSV file. If you’d like to connect directly to your data, check out our Connecting to data sources page.
To get started:
You can log in with your personal email account, however, most collaboration functionality is only available for corporate accounts.
The quickest way to get started is simply by uploading a file that has some data that you want to analyze. Uploading a file in Fabi.ai stores it in DuckDB, allowing you to analyze large files with none of the performance issues. Fabi.ai currently supports CSV, Parquet, Excel and even JSON! (for more information on file uploads see our Uploading Files page)
From the landing page, click Start analyzing a file.
Alternatively, if you’re already in a Smartbook, select Upload Files in the left hand panel.
The first time you upload a file, Fabi.ai will automatically create a SQL cell with the proper syntax for your. Press Run SQL to view your dataset.
Whether you’re viewing data from a file you’ve uploaded or from your data warehouse, the output of all queries will be stored as a pandas dataframe.
To analyze this data, go to the right hand panel and ask the AI to analyze your data.
Some tips on using the AI:
Some example prompts:
As you’ve seen with the AI, you can conduct your exploratory data analysis using Python by leveraging dataframes produced by SQL cells. If you don’t want to use AI to analyze your data, simply create a new Python cell ****and start coding.
In this article, we’re going to get you started with a simple CSV file. If you’d like to connect directly to your data, check out our Connecting to data sources page.
To get started:
You can log in with your personal email account, however, most collaboration functionality is only available for corporate accounts.
The quickest way to get started is simply by uploading a file that has some data that you want to analyze. Uploading a file in Fabi.ai stores it in DuckDB, allowing you to analyze large files with none of the performance issues. Fabi.ai currently supports CSV, Parquet, Excel and even JSON! (for more information on file uploads see our Uploading Files page)
From the landing page, click Start analyzing a file.
Alternatively, if you’re already in a Smartbook, select Upload Files in the left hand panel.
The first time you upload a file, Fabi.ai will automatically create a SQL cell with the proper syntax for your. Press Run SQL to view your dataset.
Whether you’re viewing data from a file you’ve uploaded or from your data warehouse, the output of all queries will be stored as a pandas dataframe.
To analyze this data, go to the right hand panel and ask the AI to analyze your data.
Some tips on using the AI:
Some example prompts:
As you’ve seen with the AI, you can conduct your exploratory data analysis using Python by leveraging dataframes produced by SQL cells. If you don’t want to use AI to analyze your data, simply create a new Python cell ****and start coding.