This blog post will be about a few more tricks for manipulating data that I’ve found to be useful. Creating columns, utilizing the group by function and sorting values are all good ways to analyze data. Creating a column helps you to experiment with data without altering any existing columns. marathon[‘increased’] = np.where((marathon[‘run_2’] > marathon[‘run_1’]),…
The last few weeks I got to explore a large part of Japan and have finally made it to Taiwan. It’s gone by so fast. I’ve gotten to try so much good food and had a great time checking out all the different areas! Jumping into my blog post… Last week we met with the…
This starting blog post was actually a challenge for me. I’ve started my honeymoon in Tokyo and will be out of the country until Jan 31. It turns out canvas mobile app automatically adjusts the time zone for due dates but doesn’t tell the user what the new time zone is! This caused me to…
Welcome to my blog! https://blogs.oregonstate.edu/stoltzmann/ My focus for this blog will be data science topics like data analysis and data visualization. I enjoy utilizing Python and it’s libraries to solve complex issues.