chanelcolgate / hydroelectric-project

0 stars 0 forks source link

Thuy van du bao - Inspect and cleanup #4

Open chanelcolgate opened 2 years ago

chanelcolgate commented 2 years ago

Description

Actions

max_wv = df['max. wv (m/s)'] bad_max_wv = max_wv == -9999.0 max_wv[bad_max_wv] = 0.0

#### Estimate
- Small
#### Tests
```python

df['wv (m/s)'].min()