Decimals type for pandas

Introduction Some time ago I had a go at implementing a “decimals” extension type for pandas. This was following stumbling upon parquet data of that type, which pandas could not read: pyarrow would error and fastparquet would convert to floats. The decimal type, with known, fixed precision, is very important in real-world applications such as […]