首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX
›
程序员
Python 一行一行地添加数据,分析数据的时候需要按列分析,这种怎么实现呢
movq
·
2022-04-03 10:11:22 +08:00
· 1428 次点击
这是一个创建于 952 天前的主题,其中的信息可能已经有所发展或是发生改变。
就比如 data = [] 然后后面不停地 data.append([day,month,year])
分析的时候,需要单独分析 day 列,month 列,怎么把一列从 data 里面取出来?
Data
month
分析
DAY
2 条回复
•
2022-04-03 10:23:27 +08:00
1
movq
OP
2022-04-03 10:15:15 +08:00
解决了,用 pandas 的 DataFrame
2
SenLief
2022-04-03 10:23:27 +08:00
数据分析你需要 pandas 大杀器。
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
2825 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms ·
UTC 09:12
·
PVG 17:12
·
LAX 01:12
·
JFK 04:12
Developed with
CodeLauncher
♥ Do have faith in what you're doing.