I have a dataframe that look like:
corpus zero_level_name time labels A B C
0 ff f 1 1
1 gg g G
2 hh h H 1 1 1
3 ii i I
4 jj j J 1
I want to add 0 to all the empty cells from columns A to C. Is it possible to do this in one goal?