I have number as 2.300 or 2.300.456 that I want to convert to 2300 and 2300456 in my dataframe and for that I tried to use regex but this is not working... I used this expression:
- \d+{1-3}.\d+{3}for 2.300
- \d+{1-3}.\d+{3}.\d+{3}for 2.300.456
does anyone has a better solution for my problem?? Thank you
 
     
     
    