You can create a dataframe from a list of dictionaries in pandas
`df = pd.DataFrame([{},{},{}])`
This is supposedly a bit faster (https://github.com/mkalioby/leopards?tab=readme-ov-file#comp...).
This is supposedly a bit faster (https://github.com/mkalioby/leopards?tab=readme-ov-file#comp...).