Update part1_data.py
Browse files- 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)
|
|