Tag

Number Formatting

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Sep 27, 2024 · Fundamentals

Comprehensive Guide to Java BigDecimal: Overview, Constructors, Common Methods, Formatting, and Pitfalls

This article provides an in‑depth introduction to Java's BigDecimal class, covering its purpose for high‑precision arithmetic, frequently used constructors, essential arithmetic and conversion methods, comparison techniques, number‑formatting examples, common exceptions during division, and a utility class that encapsulates typical operations.

ArithmeticBigDecimalJava
0 likes · 14 min read
Comprehensive Guide to Java BigDecimal: Overview, Constructors, Common Methods, Formatting, and Pitfalls
Python Programming Learning Circle
Python Programming Learning Circle
May 14, 2022 · Fundamentals

Advanced Number, Date, and Formatting Techniques in Python

This article explains how to perform precise numeric operations, format numbers, convert between bases, handle complex numbers, work with infinities and NaN, use fractions, manipulate large arrays with NumPy, generate random data, and manage dates, times, and time zones in Python.

Complex NumbersDateTimeDecimal
0 likes · 24 min read
Advanced Number, Date, and Formatting Techniques in Python
Python Programming Learning Circle
Python Programming Learning Circle
Mar 12, 2021 · Fundamentals

Formatting Numbers to Scientific Notation in Python

This article demonstrates how to format numeric values into scientific (exponential) notation in Python using the format function with the '{:.2e}' specifier, providing a clear code example and explaining the output representation.

Number FormattingPythonScientific Notation
0 likes · 2 min read
Formatting Numbers to Scientific Notation in Python
Python Programming Learning Circle
Python Programming Learning Circle
Mar 20, 2020 · Fundamentals

Data Cleaning with Python: Removing Duplicates, Blank Rows, and Formatting Dates and Numbers

This tutorial demonstrates how to use Python and pandas to clean Excel data by removing duplicate and empty rows, stripping spaces, reformatting date strings, and standardising numeric values with two‑decimal precision and currency symbols, providing complete code examples for each step.

Duplicate RemovalExcelNumber Formatting
0 likes · 11 min read
Data Cleaning with Python: Removing Duplicates, Blank Rows, and Formatting Dates and Numbers