Posts

Showing posts from March, 2026

Week 3 - BALT 4363 - Handling and Cleaning Data with Python Libraries

Image
As I continue to learn about the workings of Python, I am again struck by the functional similarities between this computer programming language and Microsoft Excel. These tools can consequently be leveraged, given a particular situation, to maximize both efficiency and meaningful outcomes. When it comes to automation, I personally don’t believe that Python produces quicker results than Excel when data cleaning or basic, functional data tasks are required. There is most likely an equal amount of time spent writing functional code for Python and creating a function or table in Excel in this instance. In the example shown in the picture above, the code necessary to produce the mean global sales for each genre of video game took about as much time, if not more, to write than the time it took me to produce the same results through the PivotTable function in Excel. Despite the advantage Excel offers when simple functions and smaller amounts of data are involved, Python maintains the upper h...

Week 2 - BALT 4363 - Python Data Manipulation

Image
After delving more into the inner workings of Python, I realized my initial hesitancy regarding this particular programming language was unfounded. I believed that Python would be difficult to work with because of its inherent nature as a programming language. I’ve experimented with different programming languages in the past, all of which were difficult to work with and comprehend. It follows that I would expect Python to be cumbersome as well. Instead, I was quickly surprised to find that it was simple to use and understand. I also found it interesting that many of the different coding functions that Python uses are similar to those of Microsoft Excel. This may be why I found this programming language more intuitive than the ones I’ve experimented with in the past. For example, the “=IF” function in Excel can return a similar output to that of Python’s “if” statements. Furthermore, the “=IF” function in Excel can be combined with the “=OR” function. This combination of Excel func...

Week 1 - BALT 4363 - Introduction

Image
Hi all!  My name is Anna Lakomiak, and I'm currently a junior at Benedictine University majoring in Accounting. I'm also still deciding between pursuing a minor in Business Analytics or a minor in English and Writing. My interests were not initially inclined toward accounting. Rather, I wanted to pursue a degree in Chemistry as part of a Pre-Pharmacy program. When my senior year of high school rolled around, I realized the career path that I wished to pursue was not for me. It was only when I came to Benedictine University that I joined the Goodwin College of Business and enrolled in an accounting course my freshman year, albeit reluctantly, that I came to discover my love of accounting.   In addition to my studies, I'm involved with activities on campus. Currently, I'm the Secretary of the Accounting Club as well as a Junior Scholar in the Scholars Program. Outside of school, you can find me nestled up with a book or brushing up on my German, Irish, and Swedish languag...