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 2 years, 1 month agojds0
Most Recent 11 months, 3 weeks agoazure_bimonster
1 year, 5 months ago4be8126
2 years, 2 months agopeekaboo15
2 years, 2 months agoTC007
2 years, 3 months ago