Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 619 Bytes

File metadata and controls

10 lines (7 loc) · 619 Bytes

tidify: Convert nested objects into tidy data

Build Status PyPI version

This package allows for simple conversion of arbitrarily nested data (of objects and arrays) into a format akin to Tidy Data.

Arrays are expanded to multiple rows, with a new .index column created. Nested objects are expanded into multiple columns with . (or customizable) separator.