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
This seems to me a bug, because the result DataFrame of above query have all the columns having type Any, preventing further query operations on the query result.
code tested on Query master v0.12.3-DEV, Julia v1.4.2 on windows 10.
The text was updated successfully, but these errors were encountered:
the above works because the
column id
has typeInt
, andcolumn p
has typeVector{Array{Union{Missing, Int64},1}}
, but it fails onThis seems to me a bug, because the result DataFrame of above query have all the columns having type
Any
, preventing further query operations on the query result.code tested on
Query
master v0.12.3-DEV, Julia v1.4.2 on windows 10.The text was updated successfully, but these errors were encountered: