So, I noticed that if I connect to my snowflake DB via Livebook and do a query, it will return a Explorer.DataFrame struct.
If I do the exact same thing, but I connect to my Postgres DB, I will get a Postgrex.Result struct instead of a Explorer.DataFrame.
Why is that? Shouldn’t Livebook automatically convert it to a Explorer.DataFrame so we have a similar interface to work with the data independently of the database being used?






















