A function to strip Byte Order Marks (BOM) out of JSON data that is returned from some online API calls.

strip_bom(df)

Arguments

df

The API response to remove BOMs from.