Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 384 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 384 Bytes

pandas-decimal

Extension array for pandas implementing fixed-precision decimal numbers.

Data is stored internally as integers and a dtype encoding the number of decimal places. Operations are mostly implemented as integer arithmetic (i.e., fast!) and always rounded to the required precision, meaning no floating point quirks.

Install

pip install pandas-decimal