Exploring Data Types in pandasExploratory Data Analysis (EDA) has six main practices. The six main practices of EDA are discovering, structuring, cleaning, […] June 17, 2023 in Python tagged types / pandas / EDA / structuring / dirty / cleaning / data / lambda / clean / Pandas Data Types by Mike
Data Cleaning IntroductionAs a data analyst or data scientist, you want to analyze data that is clean, not dirty. In […] February 1, 2023 in Data Analytics tagged data / clean / process / fix / prepare / cleaning / Data Cleaning by Mike
Cleaning Data for AnalysisPre-Cleaning Steps Before you clean your data there are three pre-cleaning steps you should take. Data analysts perform […] January 30, 2023 in Data Analytics tagged data / clean / analysis / EDA / exploratory / Data Cleaning by Mike
SQL Update From Another TableWe want to add a new column to our Orders table and put the product name into that […] January 8, 2023 in SQL Server tagged clean / update / change / sql by Mike
Pivot Table Data StructureFor your Excel pivot tables to be useful and easy to work with, you must first ensure that […] September 25, 2022 in Excel tagged data / clean / structure / Excel Pivot Tables by Mike
Clean Code by Bob Martin“Uncle” Bob Martin has written a book called Clean Code. This post just mentions a few pointers from […] December 20, 2020 in Programming tagged code / clean / practice / best by Mike
SQL Server csv in xml out Project Part 6In this post we will focus on cleaning the incoming data. In our project, the stored procedure that […] April 4, 2017 in SQL Server tagged export / sql / xml / csv / clean / validation / out / SQL CSV XML Project by Mike