logoalt Hacker News

Kalanos11/20/20241 replyview on HN

You can create a dataframe from a list of dictionaries in pandas

`df = pd.DataFrame([{},{},{}])`


Replies

ciupicri11/20/2024

This is supposedly a bit faster (https://github.com/mkalioby/leopards?tab=readme-ov-file#comp...).