Pandas styling to excel “TypeError: the first argument must be callable”

前端 未结 0 1265
隐瞒了意图╮
隐瞒了意图╮ 2020-11-27 22:02
import pandas as pd
import numpy as np
np.random.seed(24)
df = pd.DataFrame({\'A\': np.linspace(1, 10, 10)})
df = pd.concat([df, pd.DataFrame(np.random.randn(10, 4),         


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