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
{{ message }}
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
The internal function df_to_json generates empty data_.json when there is no data slot in the input df (BTW, this name is extremely confusing because df is actually a list, not a dataframe as the name implies).
Expected Behavior
When the input df doesn't have the data, it shouldn't write a json.
Please confirm the following
something went wrong. Status code: 400.
Describe the bug
ref #304
The internal function
df_to_json
generates emptydata_.json
when there is nodata
slot in the inputdf
(BTW, this name is extremely confusing becausedf
is actually a list, not a dataframe as the name implies).Expected Behavior
When the input
df
doesn't have thedata
, it shouldn't write a json.Steps To Reproduce
Created on 2022-03-10 by the reprex package (v2.0.1)
Anything else?
No response
The text was updated successfully, but these errors were encountered: