The code block shown contains an error. The code block is intended to return a new DataFrame where column sqft from DataFrame storesDF has had its missing values replaced with the value 30,000. Identify the error.
A sample of DataFrame storesDF is displayed below:
Code block:
storesDF.na.fill(30000, col("sqft"))
ZSun
Highly Voted 1 year, 5 months agojds0
Most Recent 4 months agoazure_bimonster
9 months, 3 weeks ago4be8126
1 year, 7 months agopeekaboo15
1 year, 7 months agoTC007
1 year, 7 months ago