|
|
|
|
|
by Izkata
1642 days ago
|
|
> If it's a million items, pandas is a great solution. Possibly not even then, it depends on how much you're doing and I feel like the topic at hand might be around that tipping point. We have some rather slow code that, profiling it, turned out to spend something like 60-70% of its time just converting between python types and native types when moving data in and out of the dataframe. |
|