首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
推荐学习书目
›
Learn Python the Hard Way
Python Sites
›
PyPI
- Python Package Index
›
http://diveintopython.org/toc/index.html
›
Pocoo
值得关注的项目
›
PyPy
›
Celery
›
Jinja2
›
Read the Docs
›
gevent
›
pyenv
›
virtualenv
›
Stackless Python
›
Beautiful Soup
›
结巴中文分词
›
Green Unicorn
›
Sentry
›
Shovel
›
Pyflakes
›
pytest
Python 编程
›
pep8 Checker
Styles
›
PEP 8
›
Google Python Style Guide
›
Code Style from The Hitchhiker's Guide
V2EX
›
Python
pandas 里面的 none 怎么向前填充
zcsnbb
·
2018-10-19 16:09:55 +08:00
· 1661 次点击
这是一个创建于 2225 天前的主题,其中的信息可能已经有所发展或是发生改变。
使用过这个 df.fillna(method="pad") 但是没有奏效,是因为不是 nan 吗?
NaN
pandas
none
method
3 条回复
•
2018-10-22 11:34:14 +08:00
1
Les1ie
2018-10-20 00:14:19 +08:00
df.fillna("something", inplace=True)
2
zcsnbb
OP
2018-10-22 11:27:15 +08:00
@
Les1ie
尝试过了 但是失败了
3
Les1ie
2018-10-22 11:34:14 +08:00
加了 inplace=True 才会替换当前变量,没加的会返回一个新的对象,
所以你的问题是这个地方不是 NaN 么.., 不过我遇到的空值都是 NaN 呀..
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
5309 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms ·
UTC 01:29
·
PVG 09:29
·
LAX 17:29
·
JFK 20:29
Developed with
CodeLauncher
♥ Do have faith in what you're doing.