Can I send my pandas dataframe to the cursor AI?

Hi I am planning to do some data handling things in Cursor IDE. But I found that, not like what I heard from Youtube, the AI models such as GPT4 or Claude 3.5 DOES NOT KNOW much about my codes. They only have insights what I just copy&paste, not the context in .ipynb file.

So I tried to send pandas df instead, so that AI can handle my tabular data, but I couldnt find such a function.

How can I solve this problemo?

1 Like