Tag

CSV processing

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Apr 16, 2019 · Fundamentals

Python Script for Merging and Deduplicating CSV Files

This article presents a Python script that merges multiple CSV files from a specified directory and removes duplicate rows using pandas, providing a practical solution for test case management.

CSV processingPythondata deduplication
0 likes · 3 min read
Python Script for Merging and Deduplicating CSV Files