File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments