spark-hats icon indicating copy to clipboard operation
spark-hats copied to clipboard

Add schema projection

Open yruslan opened this issue 5 years ago • 0 comments

Feature

Create a method that given an input dataframe and the desired schema applies the schema to the dataframe as long as:

  • Same fields have same/compatible data types.
  • The desired schema is a subset of the input schema.

yruslan avatar Nov 12 '20 08:11 yruslan