On a previous post, I wrote about how I made a data visualization with Python, Cartopy, Matplotlib, and Imageio. Today, I’d like to write about my experience with Tableau, a major data analytics platform. After the break, follow me as I give Tableau a go and make a visualization about red light traffic camera violations in Chicago.
Tag: Data Analysis
Factor Graphs and the Matter of Security
In 2017, Equifax had a security breach. The breach caused millions of users’ personal information to be compromised. In 2018, in my data science class, we applied some knowledge on data science, factor graphs, and a bit of networking to detect these kind of attacks.
My Mixer with MiMoSA
In my data science with engineering applications class, I learned how practical data science can be helpful in other fields. In this project, I used clustering and principal component analysis to see if Metformin, a drug used for diabetes, is effective in treating cancer.
Visualizing Air Pollution with Python
During my fall semester senior year, I worked with two things for the first time, Python and data analysis, in an atmospheric sciences-focused computing and data analysis class. At the end of the semester, each of us chose our own dataset and project to work on. I took a dataset that tracked air pollutants within each district of Seoul, South Korea each hour over a week and visualized it. Again, this was all with no prior experience in data analysis and Python, and with no domain knowledge of atmospheric sciences to boot.