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
display(pd.json_normalize(jsn,sep='_', max_level=5))
passing max_level value could be used to prevent the execution of the new methods(from the change above) and execute the main one...
Actual result:
Expected result:
the "_" prefix should not be removed from the beginning of the column names.
This issue was introduced with the following change:
https://github.com/pandas-dev/pandas/pull/40035/files
The text was updated successfully, but these errors were encountered: