pandas-cn icon indicating copy to clipboard operation
pandas-cn copied to clipboard

基础用法中有个tip的代码有问题

Open JiaxingZhao opened this issue 4 years ago • 0 comments

https://github.com/teadocs/pandas-cn/blame/v0.25.0/docs/docs/getting_started/basics.md#L382

'three': pd.Series(np.random.randn(3), index=['a', 'b', 'c', 'd'])})

Series长度为3,index长度为4,会报错

JiaxingZhao avatar Mar 15 '20 16:03 JiaxingZhao