English text to Pandas Code - GPT3

Hello everyone,

I have made an app that converts plain English Text to Pandas code.

Pandas is the most popular python package for data manipulation and analysis used widely by analysts, data scientists to work with tabular data. However, the Pandas API is huge. This makes users visit StackOverflow over and over to skip the massive documentation and get their job done quickly.

The frequent trips to StackOverflow, comparing and searching for working solutions can be easily avoided by this app. Just type whatever you want to do with your Pandas Dataframe and it gives you the working code for that :rocket:

Here is a quick demo

Would love to hear your feedback :hugs:

7 Likes