LIST: list
使用之前需要赋值,否则报错.
实际使用场景,见pandas\core\frame.py 9233行:
index: "Index" = properties.AxisProperty(
axis=1, doc="The index (row labels) of the DataFrame."
) # 声明index,类型为 properties.AxisProperty类
"Index" 的含义暂时不清楚
LIST: list
使用之前需要赋值,否则报错.
实际使用场景,见pandas\core\frame.py 9233行:
index: "Index" = properties.AxisProperty(
axis=1, doc="The index (row labels) of the DataFrame."
) # 声明index,类型为 properties.AxisProperty类
"Index" 的含义暂时不清楚
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。