Skip to content

Commit 4683aa5

Browse files
author
Thierry RAMORASOAVINA
committed
List all possible variable types in class Variable docstring
1 parent b29aac3 commit 4683aa5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

khiops/core/dictionary.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,10 @@ class Variable:
952952
True if the variable is used.
953953
type : str
954954
Variable type.
955+
It can be either native (``Categorical``, ``Numerical``, ``Time``,
956+
``Date``, ``Timestamp``, ``TimestampTZ``, ``Text``, ``TextList``)
957+
complex (``Structure``)
958+
or relational (``Entity``, ``Table``)
955959
object_type : str
956960
Type complement for the ``Table`` and ``Entity`` types.
957961
structure_type : str

0 commit comments

Comments
 (0)