My requirement:
I want to replace nan with ""(empty string)
Example
data = """{"name":"siva","id":"111","grade":"12","job_id":nan,"location":"ananb"}"""
If you see above example, i just want to replace nan(Not a Number) not the string consists of nan(ananb)
Can any one suggest a solution for this?