Open files in ‘rt’ and ‘wt’ modes
Several times here on SO I’ve seen people using rt and wt modes for reading and writing files.
Several times here on SO I’ve seen people using rt and wt modes for reading and writing files.
Is there a way to convert values like ‘34%’ directly to int or float when using read_csv in pandas? I want ‘34%’ to be directly read as 0.34