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