File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -885,6 +885,8 @@ async def to_df(
885885 If :data:`True`, columns that exclusively contain
886886 :class:`time.DateTime` objects, :class:`time.Date` objects, or
887887 :data:`None`, will be converted to :class:`pandas.Timestamp`.
888+ If :data:`False`, columns of the above types will be left as driver
889+ types (dtype ``object``).
888890
889891 :raises ImportError: if `pandas` library is not available.
890892 :raises ResultConsumedError: if the transaction from which this result
Original file line number Diff line number Diff line change @@ -885,6 +885,8 @@ def to_df(
885885 If :data:`True`, columns that exclusively contain
886886 :class:`time.DateTime` objects, :class:`time.Date` objects, or
887887 :data:`None`, will be converted to :class:`pandas.Timestamp`.
888+ If :data:`False`, columns of the above types will be left as driver
889+ types (dtype ``object``).
888890
889891 :raises ImportError: if `pandas` library is not available.
890892 :raises ResultConsumedError: if the transaction from which this result
You can’t perform that action at this time.
0 commit comments