How can I apply the zfill to multiple columns in pandas?
import pandas as pd df = pd.DataFrame([[1,2, 3],[4,5,6], [6,7,8], [11,22,33]], columns=[\'A\', \'B\',