You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever a query result has zero rows, some columns of the downloaded data frame have their data type changed.
In particular, the downloaded data frame converts date columns to string columns:
This type conversion has caused some unexpected behavior. Is it possible to ensure that the column types from downloaded data frames always match the schema?
The text was updated successfully, but these errors were encountered:
elalbaicin
changed the title
Unepected data type change when downloading zero row data frame
Unexpected data type change when downloading zero row data frame
Jun 11, 2024
Could you please rework your reproducible example to use the reprex package ? That makes it easier to see both the input and the output, formatted in such a way that I can easily re-run in a local session. Thanks!
Whenever a query result has zero rows, some columns of the downloaded data frame have their data type changed.
In particular, the downloaded data frame converts date columns to string columns:
This type conversion has caused some unexpected behavior. Is it possible to ensure that the column types from downloaded data frames always match the schema?
The text was updated successfully, but these errors were encountered: