e-mission / op-admin-dashboard

An admin/deployer dashboard for the NREL OpenPATH platform
0 stars 9 forks source link

Need to fix UUID table #64

Open achasmita opened 1 year ago

achasmita commented 1 year ago

@shankari the UUID table in data page of admin-dashboard is not working.

entries = edb.get_uuid_db().find()
df = pd.json_normalize(list(entries))

It is returning empty dataframe.