A large part of unlocking massive productivity gains with Fabi.ai is leveraging the AI. Here are a few quick tips to make sure you get the most out of our AI.

Tagging elements

The AI will know what code or cell you’re talking about based on what you’ve been working on and what code you’re currently looking at, but sometimes you want to be more specific. You can tag elements and cells in this situation.

Update @orders_analysis to only consider data from the past 30 days

To get the most ouf of the tagging functionality, consider renaming your cells to make it easier to track.

Mentioning DataFrames

The AI will do a remarkable job at figuring out what data you’re referring to, but sometimes when you’re doing long, complex exploratory data analysis, you may have a lot of variables and dataframes that look similar. In that case, you can tell the AI which dataframe to use specifically.

Please use companies_cleaned to calculate the average employee count per company

Providing specific directions

Think of the AI as an assistant. Sometimes you need to provide more specific directions for what you’re trying to accomplish. For example if the AI completes the task with a mix of SQL and Python, but you would rather do everything in Python, simply ask the AI.

Please do this all in Python