Mark KirbyFour Essential SQL Statements to Pull Data From Large Complex Datasets.One important aspect of Data Science is being able to find and acquire data. In many cases the best way to do this is to pull it from a…Sep 8, 20221Sep 8, 20221
Mark KirbyExcel, Google Sheets, Tableau and Power BI Tools for Data Analytics & Data ScienceMany people think of programming in Python or R when the think of performing Data Science work, but tools like Google Sheets,Excel, Tableau…Jul 14, 20221Jul 14, 20221
Mark KirbyReading and Writing files in Python Using the Pickle Library.Storing data in files can be an important tool for data scientists. It is essential to be able to store information in files of data so…May 17, 2022May 17, 2022
Mark KirbyAn Introduction to Ordinary Least Squares, Ridge and Lasso RegressionRegression is an important tool for Data Scientists. It allows us to model and predict many aspects of our data. When doing regression we…May 6, 2022May 6, 2022
Mark KirbyHydrogen Fuel Cell TrainsThere is no question that railroads are one of the most efficient freight transportation modes. They use much less energy to transport the…Apr 12, 2022Apr 12, 2022
Mark KirbyEssential Skills for a Data ScientistData Science is a very vast and complicated field of study. To be a Data Scientist, it is important to have a good grasp of Mathematics…Apr 8, 2022Apr 8, 2022
Mark KirbyElectric vs. Hybrid vs. Gas Vehicle Cost Comparisons Modeled in PythonElectric cars are becoming more and more popular. Not only are they better for the environment, but they may also be better on your bank…Feb 9, 20221Feb 9, 20221
Mark KirbyUsing Python’s Scikit-Learn(Sklearn) for Data SciencePython’s Scikit-Learn library is an excellent tool for Data Science and Statistical Learning. In this article I will explore some cool…Jan 25, 2022Jan 25, 2022
Mark KirbyKitchen Robots — Identifying Utensils Using Deep LearningRobots are quickly becoming tools that can help us accomplish a significant number of tasks around the home, factory and business. Not…Dec 23, 2021Dec 23, 2021
Mark KirbyPandas Built in Functions that Replace Missing ValuesMissing values always cause problems for Data Scientists. Thankfully there are a number of ways to deal with missing data. In this article…Nov 26, 2021Nov 26, 2021