Commit 03f5c5cb by Milica Brkic

Update maize_evaluation.py

parent 350b02b2
......@@ -91,8 +91,6 @@ for i in weather.columns:
if len(weather[i].unique())==1:
print(i)
print("Removing columns that are constant.") #!!!!!!!!!!!!!!!!!!!!!!!!!!!
weather = weather.drop(columns=['13', '14'])
#######################################################################################################################
# just for one year, needs to be extended for all 10 years
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment