TLDR: How do I inspect \ browse an LMDB binary file?
Complete py n00b here. I've just had an LMDB file dumped in my lap to analyze for data errors that are causing bugs in downstream software. I don't know the data schema and it's about 1 Gb in size. I've spent about an hour looking for a Q&D way to use jupyter and pandas to browse the file without knowing the schema but no joy.
What is the shortest way to do this? A link would be fine.