Skip to content

Commit aeea3f2

Browse files
authored
Add link to the documentation about Ibis datatypes (#2057)
Signed-off-by: Deepyaman Datta <[email protected]>
1 parent 8ccf634 commit aeea3f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandera/api/ibis/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(
3535
"""Create column validator object.
3636
3737
:param dtype: datatype of the column. The datatype for type-checking
38-
a dataframe. All `Ibis datatypes <TODO(deepyaman): Insert link.>`__,
38+
a dataframe. All `Ibis datatypes <https://ibis-project.org/reference/datatypes>`_,
3939
supported built-in Python types that are supported by Ibis,
4040
and the pandera Ibis engine :ref:`datatypes <ibis-dtypes>`.
4141
:param checks: checks to verify validity of the column

pandera/api/polars/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(
4141
"""Create column validator object.
4242
4343
:param dtype: datatype of the column. The datatype for type-checking
44-
a dataframe. All `polars datatypes <https://docs.pola.rs/py-polars/html/reference/datatypes.html>`__,
44+
a dataframe. All `polars datatypes <https://docs.pola.rs/py-polars/html/reference/datatypes.html>`_,
4545
supported built-in python types that are supported by polars,
4646
and the pandera polars engine :ref:`datatypes <polars-dtypes>`.
4747
:param checks: checks to verify validity of the column

0 commit comments

Comments
 (0)