From the course: Build with AI: Data Pipelines with Cursor, Neon, and Streamlit

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Coding a pipeline with one prompt

Coding a pipeline with one prompt

- [Instructor] To show you the power of agentic coding, we will build a simple data pipeline in Cursor by running a single prompt. So this is Cursor, it's an AI code editor that allows you to code with AI assistance. We will be building with Cursor in this course. You can download it here for free and get started on the Free plan. And I believe that you can also get a free trial for the Pro plan. Now we need a data source for our data pipeline, and we're going to get it on this website. This website provides several free datasets that we can work on. They are in CSV format, which means comma separated values. And if I scroll here, I see several examples. What I want to focus on is this one, hw_200.csv, which contains height and weight for 200 individuals. So by clicking here, I can download the file and then open it locally. I also want to save the link for this dataset. So I'm going to right-click on here…

Contents