如题 比如将表格中 所有白班内容替换成D1000 二班替换成D2000
pandas了解一下
```import pandas as pddf[一班].isnull().fillna(D100)
``` 手打的,可能会有错,不过大概就这思路