I need to define a number of significant figures for several columns in my dataframe, but I have not found the method to do it, except one by one.
This is the data I need to convert to 3 significant figures (not rounding decimals):

The values I need, are for example:
1.10
0.0143
0.0142
3.49
...
Thank you.