python-flattery
python-flattery copied to clipboard
fast flattening and unflattening of nested Python data structures
Results
1
python-flattery issues
Sort by
recently updated
recently updated
newest added
python 3
1
Incompatible with python 3? I get an import error in python 3.4. ``` ImportErrorTraceback (most recent call last) in () ----> 1 from flattery import flatten, unflatten 2 3 unflatten(df.to_dict(orient='record')[0])...