MobilityNet / mobilitynet.github.io

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Streamline the metrics calculation code so that it uses a standard access mechanism #15

Open shankari opened 3 years ago

shankari commented 3 years ago

Right now, we have a mixture of manual tree traversal and pandas dataframe expand + query. Would be nice to design this during #12 and maybe implement if we have time.