黑马程序员技术交流社区

标题: 数据清洗2.replace [打印本页]

作者: sunflowerhello    时间: 2019-7-6 17:50
标题: 数据清洗2.replace
replace 替代值
replace(to_replace=None, value=None, inplace=False, limit=None, regex=False, method='pad') method of pandas.core.series.Series instance

Syntax: DataFrame.replace(to_replace=None, value=None, inplace=False, limit=None, regex=False, method=’pad’, axis=None)

Parameters:
to_replace : [str, regex, list, dict, Series, numeric, or None] pattern that we are trying to replace in dataframe.
value : Value to use to fill holes (e.g. 0), alternately a dict of values specifying which value to use for each column (columns not in the dict will not be filled). Regular expressions, strings and lists or dicts of such objects are also allowed.
inplace : If True, in place. Note: this will modify any other views on this object (e.g. a column from a DataFrame). Returns the caller if this is True.
limit : Maximum size gap to forward or backward fill
regex(正则表达式) : Whether to interpret to_replace and/or value as regular expressions. If this is True then to_replace must be a string. Otherwise, to_replace must be None because this parameter will be interpreted as a regular expression or a list, dict, or array of regular expressions.
method : Method to use when for replacement, when to_replace is a list.
Returns: filled : NDFrame

Example #1: Replace team “Boston Celtics” with “Omega Warrior” in the nba.csv file



Example #2: Replacing more than one value at a time. Using python list as an argument


Example #3: Replace the Nan value in the data frame with -99999 value

作者: 夜听雨    时间: 2019-7-8 09:24
只要朝着一个方向努力,一切都会变得得心应手。加油
作者: 夜听雨    时间: 2019-8-12 09:51
仔细看看周围的人,始终有那么一些人,坚定地在向前走着,他们变成闪闪发光的存在,总觉得他们就像是神似的存在这世界上,可是我们不知道他们到底用了多少努力,才换来了这样的一个他们想要的人生。
作者: 柠檬leung不酸    时间: 2019-9-12 15:43
只要朝着一个方向努力,一切都会变得得心应手。加油
作者: 夜听雨    时间: 2019-9-26 17:55
今天很残酷 明天更残酷 后天很美好,坚持:5_229:}
作者: 柠檬leung不酸    时间: 2019-10-16 15:51
学习要加,骄傲要减,机会要乘,懒惰要除。诶,激励自己的名言,希望对你有用
作者: 柠檬leung不酸    时间: 2019-11-13 16:13
今天很残酷 明天更残酷 后天很美好,坚持:5_229:}
作者: 夜听雨    时间: 2019-11-24 14:16
不忘初心,坚持
作者: 柠檬leung不酸    时间: 2019-11-29 10:16
没有人会为你的贫穷负责!却有人为你的富有而喝彩!天道酬勤,地道酬善!时间不会辜负你的努力。
作者: 夜听雨    时间: 2019-12-9 14:47
只要朝着一个方向努力,一切都会变得得心应手。加油




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2