Question: Python code: create a function to covert the string data to float number Ex: ['$5,885,330.39' , '$(-23,000.88)'] result: [5885330.39 , -23000.88]
Python code: create a function to covert the string data to float number
Ex: ['$5,885,330.39' , '$(-23,000.88)']
result: [5885330.39 , -23000.88]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
