@dbmum Looks like your data isn't reading in correctly. ``` zhvi = spark.read.parquet("dbfs:/data/" + "zhvi" + "/*") display(zhvi) ``` Broke the read. You have a bunch of NULLS.
@dbmum Looks like your data isn't reading in correctly.
Broke the read. You have a bunch of NULLS.