@ravi_6767 wrote:
Hi,
I have a data-set consisting of a column consisting of years (from 1996 to 2010), after exploration I have found that there are many observations having values equal to 0, which is an outlier. I want to replace the 0's with 2010 and I have used the following code :
features[features.construction_year==0].construction_year=2010
Above code is not replacing the 0's with 2010. Please help !!
Thanks in advance
Posts: 2
Participants: 2