鱼C论坛

 找回密码
 立即注册
查看: 3758|回复: 1

[已解决]求助大佬们,pandas里read_csv delim_whitespace的问题

[复制链接]
发表于 2020-3-12 00:06:59 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
delim_whitespace=True  和  =False  两个都是什么含义。。
虽然知道delim_whitespace的大概意思,但是
result = pd.read_csv('ookk.csv',delim_whitespace=True,skip_blank_lines=True,index_col=0)
结果输出:Empty DataFrame
Columns: []
Index: [0,21,11,1,33,a, 1,22,12,2,34,b, 2,23,13,3,35,c, 3,24,14,4,36,d, 4,25,15,5,37,e, 5,26,16,6,38,f, 6,27,17,7,39,g, 7,28,18,8,40,h, 8,29,19,9,41,i, 9,30,20,10,42,j]

为False的时候正常输出:
   one  two  three  four key
0   21   11      1    33   a
1   22   12      2    34   b
2   23   13      3    35   c
3   24   14      4    36   d
4   25   15      5    37   e
5   26   16      6    38   f
6   27   17      7    39   g
7   28   18      8    40   h
8   29   19      9    41   i
9   30   20     10    42   j
这是为啥。。。
最佳答案
2020-3-12 01:41:55
help(pandas.read_csv)
    delim_whitespace : bool, default False
        Specifies whether or not whitespace (e.g. ``' '`` or ``'    '``) will be
        used as the sep. Equivalent to setting ``sep='\s+'``. If this option
        is set to True, nothing should be passed in for the ``delimiter``
        parameter.
大意:是否用空格为分隔符,如果为True,那么其他字符如,将不会被认为是分隔符。
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2020-3-12 01:41:55 | 显示全部楼层    本楼为最佳答案   
help(pandas.read_csv)
    delim_whitespace : bool, default False
        Specifies whether or not whitespace (e.g. ``' '`` or ``'    '``) will be
        used as the sep. Equivalent to setting ``sep='\s+'``. If this option
        is set to True, nothing should be passed in for the ``delimiter``
        parameter.
大意:是否用空格为分隔符,如果为True,那么其他字符如,将不会被认为是分隔符。
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2025-1-23 17:33

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表