top of page

Select, Drop, Rename Columns

Workflow Automation Templates

A library of ready-to-use workflow templates to accelerate your data journey

ChatGPT Image Feb 13, 2026, 04_44_29 PM.png

Select, Drop, Rename Columns

Modify DataFrame columns

Data-cleaning.jpg
Overview

This workflow creates a new DataFrame by selecting specific columns, dropping unnecessary ones, and renaming columns as needed.

Details

It starts by dropping columns related to customer information from the dataset. Next, it selects columns relevant to sales performance and renames the “SALES” column to “SALESAMOUNT.” Finally, the workflow prints a few rows of the resulting DataFrame to verify the changes.

bottom of page