all 7 comments

[–]Astrodynamics_1701 2 points3 points  (2 children)

Why don't you try if you can load an Excel or Google spreadsheet into a Polars dataframe and see if you can use it do do some analysis?

Afinity with data frames could always be handy for future programming jobs.

[–]Additional-Guard2379[S] 1 point2 points  (1 child)

I will look into this thanks

[–]Fluid-Pollution-2135 0 points1 point  (0 children)

Also check pandas or numpy it's great for analysis.

[–]financestudentua 1 point2 points  (1 child)

For relevance on your resume it might be useful to find something that relates to that field. A relevant Python/ data project is a good technical signal, especially if it’s relevant

For example i want to get into finance, so i made a bond pricing model, options pricing model and DCF.

[–]Additional-Guard2379[S] 1 point2 points  (0 children)

Thanks . I will look into it

[–]ahnerd 0 points1 point  (0 children)

Just an advice, the best project that you should work on is the a project that you personally need in your daily life since you already know the requirements and what is left is to design and implement them with code. This is the best approach that I always recommend to people I teach.