Skip to content

Convert nested objects into tidy data

Notifications You must be signed in to change notification settings

tangibleintelligence/tidify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Convert nested objects into tidy data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages