pandas dataframe zfill multiple columns

前端 未结 0 853
日久生厌
日久生厌 2021-01-14 00:29

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\',         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题