Extension Properties API

Edit page Last modified: 14 January 2025

Auto-generated extension properties are the safest and easiest way to access columns in a DataFrame. They are generated based on a dataframe schema, with the name and type of properties inferred from the name and type of the corresponding columns.

Having these, it allows you to work with your dataframe like:

and of course

To find out how to use this API in your environment, check out Working with Data Schemas or jump straight to Data Schemas in Gradle projects, or Data Schemas in Jupyter notebooks.