How to check column names and data types of a data frame #513
Replies: 1 comment
-
@hski-github Yes, if you just want to check column names and data tapes of a table, you should use Unity Catalog information schema: https://docs.databricks.com/aws/en/sql/language-manual/information-schema/columns In addition, we plan to add schema validation to DQX: #159 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to check column names and data types of a dataframe using DQX like it is provided by df.schema?
Or how would you do this in Databricks for data in Unity Catalog?
Beta Was this translation helpful? Give feedback.
All reactions