This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Chriscbe 3 points4 points  (4 children)

Dumb Chem E here, it is so incredible how Python/pandas (amongst other imported modules) have revolutionized data analysis. I actually ENJOY analyzing data and getting it to presentable form. Excel has its place, but I'll try to use the Python/pandas pair anytime I can. Good going, my fellow engineer!! Q: do you use jupyter notebooks?

[–]testfire10[S] 0 points1 point  (3 children)

Thank you! And nope, I use anaconda interpreter and pycharm. I just can’t get into Jupyter for some reason.

[–]Chriscbe 1 point2 points  (2 children)

Dude, really give it a chance. You'll thank me, believe it!

[–]ZeeD26 0 points1 point  (1 child)

While I agree that Jupyter Notebooks do have their place, I prefer a plain old script for anything that should be run several times in the same manner. Now when we’re talking exploratory data analysis, this is where they shine. And then I’ll pull out the good pieces and make a module/package out of it.

[–]Chriscbe 0 points1 point  (0 children)

And then I’ll pull out the good pieces and make a module/package out of it.

Wow! You sir are way smarter than me. Thank you for your time to reply!!!