[ad_1]
you could use replace
data['Rating-Mean'] = data['Rating-Mean'].replace([0], None)
[ad_2]
solved How to replace a value by null?
[ad_1]
you could use replace
data['Rating-Mean'] = data['Rating-Mean'].replace([0], None)
[ad_2]
solved How to replace a value by null?