You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this can be as simple as loading the file with json.load when calling pandas_web.py. This way, if the file is not valid JSON the CI should break. But we need to double check that json.load fails if an extra comma is present.
The text was updated successfully, but these errors were encountered:
See #61572
I think this can be as simple as loading the file with
json.load
when callingpandas_web.py
. This way, if the file is not valid JSON the CI should break. But we need to double check thatjson.load
fails if an extra comma is present.The text was updated successfully, but these errors were encountered: