Tag

cut

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
Mar 26, 2025 · Operations

Mastering Linux cut: 10 Practical Ways to Extract Text Efficiently

This tutorial explains how to use the Linux cut command for text processing, covering character and field selection, range specifications, output delimiters, and integration with other Unix tools through clear examples and code snippets.

LinuxUnixcommand-line
0 likes · 9 min read
Mastering Linux cut: 10 Practical Ways to Extract Text Efficiently
Python Programming Learning Circle
Python Programming Learning Circle
Jul 4, 2022 · Fundamentals

Discretizing Numerical Variables with Pandas: between, cut, qcut, and value_counts

This article demonstrates four Pandas techniques—between with loc, cut, qcut, and value_counts—to discretize numeric variables into bins, assigning grades A, B, C to exam scores, and shows how to generate synthetic data, define bin boundaries, and count records per bin.

Pythonbinningcut
0 likes · 9 min read
Discretizing Numerical Variables with Pandas: between, cut, qcut, and value_counts