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, 10 months agojds0
Most Recent 9 months, 1 week agoazure_bimonster
1 year, 2 months ago4be8126
2 years agopeekaboo15
2 years agoTC007
2 years ago