Hi Team,
I have one column with decimal values.
I want to create 2 new columns using this column where on column has MAX and other MIN.
| 0.1178 | Apples |
| 0.0651 | Apples |
| 0.0336 | Apples |
| 0.0291 | Apples |
| 0.0433 | Apples |
| 0.0558 | Apples |
| 0.0091 | Apples |
| 0.0852 | Apples |
| 0.0854 | Apples |
| 0.119 | Orange |
| 0.0592 | Orange |
| 0.0535 | Orange |
| 0.0432 | Orange |
| 0.0406 | Orange |
| 0.0466 | Orange |
| -0.007 | Orange |
| 0.0942 | Orange |
| 0.119 | Orange |
Thanks