woodwork icon indicating copy to clipboard operation
woodwork copied to clipboard

Add `column_schemas` attribute

Open tamargrey opened this issue 3 years ago • 0 comments

  • As a user, I wish I could access a table's column schema with a column_schemas attribute that is a dictionary of column schemas.
df.ww.column_schemas

This could be useful for helping users understand that they can df.ww.column_schemas[col] instead of df.ww[col].schema better than the columns attribute does.

We should not remove the columns attribute so we don't add a breaking change.

tamargrey avatar Aug 30 '21 18:08 tamargrey