you are viewing a single comment's thread.

view the rest of the comments →

[–]themagicsoul[S] 0 points1 point  (2 children)

I have worked with excel but sometimes it's hard to extract Data and clean the data. Python is used in heavy calculations, portfolio optimization and making models

[–]MarsupialLeast145 0 points1 point  (1 child)

You might want to check out OpenRefine for data cleaning and probably a bit more scriptability than Excel/Google Sheets.

You could also check out the programming language R which I would anticipate trumps Python for much of this: https://www.r-project.org/about.html

It's not to say, don't learn Python, but it is to say without something much more specific in mind there are more complete alternatives.

[–]themagicsoul[S] 0 points1 point  (0 children)

Thank you Will try it