←back to thread

84 points mkalioby | 1 comments | | HN request time: 0s | source
Show context
Kalanos ◴[] No.42197059[source]
You can create a dataframe from a list of dictionaries in pandas

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

replies(1): >>42197286 #
1. ciupicri ◴[] No.42197286[source]
This is supposedly a bit faster (https://github.com/mkalioby/leopards?tab=readme-ov-file#comp...).