Best way to insert a clear button in a datagrid cell

I have a datagrid (or, more general, a data structure) in which the user, with a proper button, can clear data by only one column. Since that requirements force me to implement different moments to clear data for each single line, is it correct to replicate a "clear" icon in every column's cells? (Image below). Is there a way to achieve the same behaviour with a smarter UI decision?

Thanks.

Data Structure