danzafar / tidyspark

tidyspark: a tidyverse implementation of SparkR built for simplicity, elegance, and ease of use.
Other
22 stars 0 forks source link

Schema Excellence #27

Closed danzafar closed 4 years ago

danzafar commented 4 years ago

In addition to other miscellaneous commits, this merge handles some pretty nice schema features. Now users can very easily specify arbitrarily nested schemas. Also the print statement for schemas produces code that that can be copy/pasted to generate schemas in the console. Should make parsing nested data very user friendly.