How to conditionally remove vowels from pandas dataframe columns?

前端 未结 0 1047
借酒劲吻你
借酒劲吻你 2021-02-19 04:10

I have a simple dataframe df:

{\'Testingthislongcolumnthatwouldbreakoracle\': {0: 3, 1: 3, 2: 3},
 \'goodcolum\': {0: 1, 1: 1, 2: 1},
 \'goodcolum2\': {0: 2, 1: 2         


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