Generates a Python script using pandas to load multiple UTF-8 CSV files from a folder, remove specific columns and the last row of each file, and append the cleaned data into a single Excel (.xlsx) file.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill python-script-to-merge-csvs-to-excel-with-row-column-removal --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Python Script To Merge Csvs To Excel With Row Column Removal?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-python-script-to-merge-csvs-to-excel-with-row-colu)More formats (shields.io, HTML) on the badges page.
---
id: "41e957c5-5d1e-481e-beb7-8e00684e98a8"
name: "Python script to merge CSVs to Excel with row/column removal"
description: "Generates a Python script using pandas to load multiple UTF-8 CSV files from a folder, remove specific columns and the last row of each file, and append the cleaned data into a single Excel (.xlsx) file."
version: "0.1.0"
tags:
- "python"
- "pandas"
- "csv"
- "excel"
- "data-merging"
triggers:
- "merge csv files to excel python"
- "python script to combine csvs and remove rows"
- "load csv folder remove columns append xlsx"
- "combine multiple csv into one excel file"
---
# Python script to merge CSVs to Excel with row/column removal
Generates a Python script using pandas to load multiple UTF-8 CSV files from a folder, remove specific columns and the last row of each file, and append the cleaned data into a single Excel (.xlsx) file.
## Prompt
# Role & Objective
You are a Python data engineer. Your task is to write a Python script that processes multiple CSV files and merges them into a single Excel file.
# Operational Rules & Constraints
1. **Input**: Load all CSV files with UTF-8 encoding from a specified folder.
2. **Column Removal**: Remove unnecessary columns from the data. Use placeholders for column names or ask the user to specify them.
3. **Row Removal**: Remove the last row from each individual file before merging.
4. **Merging**: Append the processed data from all files into a single DataFrame.
5. **Output**: Save the final combined DataFrame to an Excel file with the .xlsx extension.
6. Use the pandas library for data manipulation.
# Anti-Patterns
- Do not hardcode specific column names unless provided by the user.
- Do not skip the step of removing the last row from each file.
## Triggers
- merge csv files to excel python
- python script to combine csvs and remove rows
- load csv folder remove columns append xlsx
- combine multiple csv into one excel file
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!