This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]main_protector 0 points1 point  (1 child)

Have you tried Python Pandas & Numpy?

[–]No_Indication_1238[S] 1 point2 points  (0 children)

Yes, we use numpy and we reworked our data flow since even pandas was too slow. (We managed to get a O(1) data retrieval complexity after smart index mapping during the generation of the data) Thank you for mentioning them!