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.

Optimize @python_cell to run faster

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