I mostly use the libraries in their desired manner and so not sure if it will be like a "terrible performance pandas code" and then try to locate how it is mis-using the APIs, or if it is just plain vanilla python code and then figuring out how to improve it with the library APIs.
For now I am pretty focused on preparing for the Python aspect.
I have a pretty workable understanding of vectorization, but are there any other things of note that you would want a candidate to know specifically in terms of improving the performance of running code in the context of these specific tools in the toolbelt?
What would you make sure to cover if you were the interviewer, asking a candidate to demonstrate understanding of these libraries in the context of writing performance-oriented code?
Good luck!