What would be the best way to insert a character conditionally in a PANDAS string field with the following criteria:
- Insert a "." after the first 3 numeric characters from the left (ignore letters)
Do not add a "." if there are no additional characters trailing
96501 E0000 V909 965Becomes
965.01 E000.0 V909 965