Tag

data-processing

1 views collected around this technical thread.

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

Parameterized Excel Data Processing with Python: Techniques and Code Examples

This article explains how to use Python's parameterized approach to efficiently read, clean, transform, summarize, visualize, and export Excel data through reusable functions and code snippets, enabling flexible and automated data workflows.

data cleaningdata-processingexcel
0 likes · 6 min read
Parameterized Excel Data Processing with Python: Techniques and Code Examples
Test Development Learning Exchange
Test Development Learning Exchange
Jul 3, 2024 · Fundamentals

Automating Excel Column Sorting and Filtering with Python

This guide demonstrates how to use Python's openpyxl and pandas libraries to automatically sort Excel columns by sales amount, filter rows exceeding a threshold, and extend functionality with regex, providing complete code examples for efficient data processing.

data-processingexcelfiltering
0 likes · 7 min read
Automating Excel Column Sorting and Filtering with Python
Python Programming Learning Circle
Python Programming Learning Circle
Apr 29, 2024 · Fundamentals

Leveraging the Underscore (_) in Python: Tips for Console, Data Handling, and Code Aesthetics

This article explains how the underscore character in Python can be used to capture the last console result, ignore unwanted values during unpacking, denote protected or private members in classes, and improve numeric readability, offering practical tips to write cleaner and more efficient code.

Pythoncoding-tipsdata-processing
0 likes · 3 min read
Leveraging the Underscore (_) in Python: Tips for Console, Data Handling, and Code Aesthetics
Python Programming Learning Circle
Python Programming Learning Circle
Jun 22, 2020 · Fundamentals

Using Python xlwt, xlrd, and xlutils to Create, Read, and Modify Excel Files

This article demonstrates how to use Python's xlwt, xlrd, and xlutils libraries to create an Excel file with a multiplication table, read its contents, and modify the data by copying the workbook, providing step‑by‑step code examples and screenshots.

data-processingexcelxlrd
0 likes · 3 min read
Using Python xlwt, xlrd, and xlutils to Create, Read, and Modify Excel Files