From 4af9fd2c5f4b01240d7159299dcc4979f92e9c14 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Tue, 18 Jan 2022 14:31:16 -0800 Subject: [PATCH 1/2] Add decimal128 entry --- docs/cudf/source/basics/io-supported-types.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cudf/source/basics/io-supported-types.rst b/docs/cudf/source/basics/io-supported-types.rst index 0962113eb25..4a7da60fa85 100644 --- a/docs/cudf/source/basics/io-supported-types.rst +++ b/docs/cudf/source/basics/io-supported-types.rst @@ -62,6 +62,8 @@ The following table lists are compatible cudf types for each supported IO format +-----------------------+--------+--------+--------+--------+---------+--------+--------+--------+--------+---------+---------+--------+--------+---------+---------+ | decimal64 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | +-----------------------+--------+--------+--------+--------+---------+--------+--------+--------+--------+---------+---------+--------+--------+---------+---------+ + | decimal128 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | + +-----------------------+--------+--------+--------+--------+---------+--------+--------+--------+--------+---------+---------+--------+--------+---------+---------+ **Notes:** From b5013ebc86ae621796482bf30a990834049c3473 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Tue, 18 Jan 2022 14:32:29 -0800 Subject: [PATCH 2/2] update --- docs/cudf/source/basics/basics.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/cudf/source/basics/basics.rst b/docs/cudf/source/basics/basics.rst index cae7d017291..60a65558033 100644 --- a/docs/cudf/source/basics/basics.rst +++ b/docs/cudf/source/basics/basics.rst @@ -37,7 +37,8 @@ The following table lists all of cudf types. For methods requiring dtype argumen | Boolean | | np.bool_ | ``'bool'`` | +------------------------+------------------+-------------------------------------------------------------------------------------+---------------------------------------------+ | Decimal | Decimal32Dtype, | (none) | (none) | - | | Decimal64Dtype | | | + | | Decimal64Dtype, | | | + | | Decimal128Dtype | | | +------------------------+------------------+-------------------------------------------------------------------------------------+---------------------------------------------+ **Note: All dtypes above are Nullable**