In summary, when I start a triple quote formatted string ''' and include a variable '''Hello {name}''' and try to new line after the closing brace } I get put all the way back to the starting column ...
Writing formatted csv files using python f strings is very slow. This same method is also used by np.savetxt. Below is a profiling example showing where the python code is slowest when writing a SPLT ...