I notice it is very easily to get visualization from sql language inside Databricks. Say you run a SQL query which gives you a table, and you can easily use that table to do its visualization in terms of plots.
How about in Python language when we have a dataframe? Would it be great if we can represent that dataframe in terms of plots easily too? instead of using Python matplotlib library and get out the plot?
Hope this feature can be added.