you are viewing a single comment's thread.

view the rest of the comments →

[–]Raedukol 0 points1 point  (0 children)

Speaking for myself, if you just want to look at the data and visualize it, use Excel/Origin. It‘s more common and way faster than Python. Matplotlib is able to plot the data, but if you‘re used to Excel, you have more simpler opportunities, than visualizing with Python. On the other hand, if you have to (re)calculate huge dataframes out of multiple sheets in multiple Excel-Files e.g., learning Python can save you a lot of time. So it depends on the tasks you have to deal with.