Is there a way to remove double quotes from numerical values within a .json file?
I've been trying to plot points on a map over a timeframe using the folium library so I created a .json file from a .txt filled with my time and coordinate values. But, all of the numerical values within that…