lyimo commited on
Commit
5605efe
·
verified ·
1 Parent(s): 9275c29

Update part1_data.py

Browse files
Files changed (1) hide show
  1. part1_data.py +1 -5
part1_data.py CHANGED
@@ -1,6 +1,3 @@
1
- ```python
2
- # part1_data.py
3
-
4
  import os
5
  import numpy as np
6
  import pandas as pd
@@ -267,5 +264,4 @@ class TobaccoAnalyzer:
267
 
268
  except Exception as e:
269
  print(f"Error estimating NDVI: {e}")
270
- return pd.Series(0, index=weather_data.index)
271
- ```
 
 
 
 
1
  import os
2
  import numpy as np
3
  import pandas as pd
 
264
 
265
  except Exception as e:
266
  print(f"Error estimating NDVI: {e}")
267
+ return pd.Series(0, index=weather_data.index)