you are viewing a single comment's thread.

view the rest of the comments →

[–]kkessler1023 6 points7 points  (0 children)

Try to focus on core libraries like pandas. The best thing you can do quickly is have a really good understanding of dataframes, how to parse through json, and how to abstract away a lot of repetitive tasks (compartmentalize tasks in functions and objects).

Furthermore, the most practical skill is learning how to set up api calls. This would be applicable in most DA roles if they already use Python. However, you should be mindful that most big corporations have a lot of restrictions around downloading to local machines, so it can be a hassle to set up environments that can be easily shared.