Skip to content

Commit

Permalink
Update decimal dtypes related docs entries (#10072)
Browse files Browse the repository at this point in the history
This PR adds `Decimal128Dtype` to the list of supported dtypes in docs.

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Vukasin Milovanovic (https://github.com/vuule)

URL: #10072
  • Loading branch information
galipremsagar authored Jan 18, 2022
1 parent 8d7330f commit 4e4c3dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cudf/source/basics/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 2 additions & 0 deletions docs/cudf/source/basics/io-supported-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ The following table lists are compatible cudf types for each supported IO format
+-----------------------+--------+--------+--------+--------+---------+--------+--------+--------+--------+---------+---------+--------+--------+---------+---------+
| decimal64 ||||||||||||||||
+-----------------------+--------+--------+--------+--------+---------+--------+--------+--------+--------+---------+---------+--------+--------+---------+---------+
| decimal128 ||||||||||||||||
+-----------------------+--------+--------+--------+--------+---------+--------+--------+--------+--------+---------+---------+--------+--------+---------+---------+

**Notes:**

Expand Down

0 comments on commit 4e4c3dd

Please sign in to comment.