Remember that statistics class that you thought was useless back in college? Bet you didn’t think you’d ever use it once you finished, right? You had to take it as part of the curriculum, but once it was done, you were done with statistics forever, right? It turns out, some of the techniques they taught […]
Continue readingI work with Microsoft Excel quite often as do many others. I use Excel to track my stock portfolios. Often, this entails getting prices for the stock online and updating Excel (manually). There is no function (that I am aware of) that does this natively in Excel. This article will describe how to import the […]
Continue readingPower BI is an analysis tool created by Microsoft. It is part of a class of software tools known as self-service business intelligence tools, which means that it is supposed to be easier than most analytics-based tools. However, it still has a learning curve that users need to master. This tutorial will help you get […]
Continue readingSearch for mock data or mockup data, and you’ll have plenty of options for items like customers or regions. Mockaroo is one popular choice among many for generating such data and will generate up to 1000 records for free. When you try try to find sales data that is worth using, that is another story […]
Continue readingIf I see another tutorial using the Iris dataset, I’m going to jump off a bridge. Not literally, of course. But I am not interested in learning about the properties of flowers. Some people are, and that’s great! Who knows? Maybe someday, I’ll be put in a situation where that I need to learn about […]
Continue readingR is a popular language for data science, although recently Python is winning the language wars. Still, R has its proponents (yours truly) and will continue in its use throughout the data science community. Did you know that it can be used with Power BI, too? This quick tutorial gives instructions on loading R scripts […]
Continue readingI was reading an article in Forbes, “Learning Data Science Skills Is Easier Than You Think.” While I don’t think learning data science is on par with rocket science, I think it’s a stretch to state that it’s easy. The article was written by Dr. Anant Agarwal, who heads up the website edX.org. If you are […]
Continue readingNow that the Superbowl is over, we’re gearing up for the baseball season. Why not brush up on your favorite players and learn R coding at the same time? In fact, you could be learning R using DPLYR and Baseball stats.R can be a tricky language to learn. I know because I tried several times […]
Continue readingJoins are a powerful tool for data analysts to use. They permit analysts to bring together (hence the name join) two or more tables, having a common set of fields. The keys to the joins can be as simple as one field or a composite field, consisting of many fields. Joins can get complicated, though, […]
Continue readingWhen you learn how to pick teams for Deadball in R, you’ll have access to tools to learn about baseball using the language R. This article will use the Lahman database (package for R) to select teams randomly.What the Heck Id Deadball?Deadball is a baseball simulation game. The rules are described in a book of […]
Continue reading