Brody-Lab / jbreda_animal_training

Repository for the ingestion, cleaning and visualization of behavioral experiments
0 stars 0 forks source link

49 integrate sessionagg table #50

Closed jess-breda closed 3 months ago

jess-breda commented 3 months ago

Closes #49. No longer aggregating tables in pandas, but instead reading from the SessAggData table created by @Alvalunasan. Had to add in some additional utilities for creating today's information on-the-fly since it is only added to the SessAggData table at the end of the day. Overall significantly increases read-in speed and removes need for any local storage 🎆