Receiving the following warning when using the download_dataframe method of the rapid class in the SDK.
FutureWarning: Passing literal json to 'read_json' is deprecated and will be removed in a future version. To read from a literal string, wrap it in a 'StringIO' object.
return pd.read_json(json.dumps(data), orient="index")
Receiving the following warning when using the download_dataframe method of the rapid class in the SDK.
FutureWarning: Passing literal json to 'read_json' is deprecated and will be removed in a future version. To read from a literal string, wrap it in a 'StringIO' object.
return pd.read_json(json.dumps(data), orient="index")