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 Feb 10, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
You have an method to flatten nested dict.
There is no method to undo this and get the original tree.
Describe the solution you'd like
A method to unflatten a flattened structure.
Describe alternatives you've considered
Perhaps implement as a classmethod to serve as a secondary constructor.
Optionally include a pretty-printer.
Output
Additional context
The text was updated successfully, but these errors were encountered: