←back to thread

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

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

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