Posts by george fragoso • 1 point
1 post
-
0
votes1
answer33
viewsQ: Exluir text using python on pandas
I am manipulating a dataframe where a field has contents as for example: 123.456[7]. I need to get the start character sequence of this field without the substring [7], and then remove the . and…