Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
besides pandas, as Homon pointed out, numpy can also be used .
in some cases, working in numpy can be significantly faster than in pandas.
Also keep in mind that dataframes in pandas are, in principle, a slow thing, so if there is a need to often build queries a la sql, then you can raise a local postgresql and perform these operations there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question