Some ideas: + The current data structures are hard to put the data into. Maybe put the data into [tidy data](https://cran.r-project.org/web/packages/tidyr/vignettes/tidy-data.html) format? + The neurons data structure could be: | trial_id | spike_times | + Also maybe make all of the data structures equivalent to the json records format (so it's easily output by pandas). + Separate the trialInfo.json into separate jsons.
Some ideas: