Tag

data comparison

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jul 16, 2024 · Fundamentals

Comparing Multiple Sheets in Two Excel Files Using Python Pandas

This guide walks you through installing pandas and openpyxl, reading all sheets from two Excel workbooks, comparing matching sheets to identify differences, analyzing those differences, and saving the results to a new Excel file, with a complete code example provided.

Exceldata analysisdata comparison
0 likes · 5 min read
Comparing Multiple Sheets in Two Excel Files Using Python Pandas
Test Development Learning Exchange
Test Development Learning Exchange
Jul 13, 2024 · Frontend Development

Excel Data Comparison Tool Using Python Tkinter and Pandas

This article introduces a Python-based Excel data comparison tool that uses Tkinter for a graphical interface and Pandas for data handling, detailing its features, step-by-step code explanation, full source code, and tips for ensuring unique row insertion during comparison.

data comparison
0 likes · 8 min read
Excel Data Comparison Tool Using Python Tkinter and Pandas
Data Thinking Notes
Data Thinking Notes
May 23, 2024 · Big Data

How to Ensure Data Quality During System Rebuild with Automated Data Comparison

This article explains common data‑quality challenges when rebuilding business systems, compares manual SQL‑based validation with a dedicated data‑comparison product, and walks through practical steps for configuring, executing, and reviewing automated data‑matching tasks in a big‑data environment.

big datadata comparisondata migration
0 likes · 9 min read
How to Ensure Data Quality During System Rebuild with Automated Data Comparison
360 Quality & Efficiency
360 Quality & Efficiency
Mar 8, 2024 · Fundamentals

Using Python Pandas for Data Comparison Between Files and Databases

This article demonstrates how testers can ensure large‑scale data accuracy by leveraging Python’s Pandas library to compare and match data across files and databases, presenting a reusable class, field‑mapping techniques, code examples, and a comparison of Pandas with other data‑handling libraries.

CSVPythondata analysis
0 likes · 5 min read
Using Python Pandas for Data Comparison Between Files and Databases
php中文网 Courses
php中文网 Courses
Aug 15, 2023 · Backend Development

Using PHP max() Function: Syntax, Usage, and Examples

This article explains PHP's max() function, covering its syntax, how to compare integers, floats, strings, arrays, objects, and handling of empty values, with clear code examples for each case in different scenarios.

Backenddata comparisonmax-function
0 likes · 4 min read
Using PHP max() Function: Syntax, Usage, and Examples
Test Development Learning Exchange
Test Development Learning Exchange
Jun 5, 2019 · Backend Development

Comparing JSON Responses Between Old and New Services Using Python

This article explains how to compare JSON data returned by old and new services during a migration, demonstrates Python scripts for JSON and list comparisons, and provides useful tools and code snippets for validating data consistency before a full rollout.

APIBackend DevelopmentJSON
0 likes · 4 min read
Comparing JSON Responses Between Old and New Services Using Python