Data Imputation of AgeExploratory Data Analysis (EDA) has six main practices. The six main practices of EDA are discovering, structuring, cleaning, […] March 17, 2024 in Python tagged replace / impute / clean / apply / python / missing / pandas / groupby / function / boxplot / search / seaborn / Pandas EDA Cleaning by Mike
Replace Values in PandasAre you working with a DataFrame in pandas? Do you need to change some values in one of […] October 12, 2023 in Python tagged replace / clean / where / set / update / condition by Mike
Data Type Conversion in pandasConvert Strings to Floats This post discusses one of the EDA Structuring tasks using Python and pandas. Here […] August 2, 2023 in Python tagged string / comma / type / conversion / float / dollar / strip / data / million / convert / billion / replace / astype / Pandas EDA Structuring by Mike
Cleaning Categories in pandasYou have a dataset in pandas represented as a DataFrame. One of the columns has categories in it. […] July 26, 2023 in Python tagged dictionary / pandas / dataframe / cleaning / spelling / typo / category / replacement / replace / clean / set by Mike
EDA Discovering with PandasExploratory Data Analysis has six phases: discovering, structuring, cleaning, joining, validating and presenting. The first phase is discovery. […] July 4, 2023 in Python tagged subset / pandas / random / EDA / sample / discovery / replace / string / discovering / date / columns / python / plot / Pandas EDA Discovery by Mike
Replace in RDo you have some data that you need to replace? In data analysis, you may need to work […] March 28, 2023 in R Language tagged R / replace by Mike
Excel Recursive Lambda FunctionLAMBDA functions in Excel are recursive! This means they can call themselves. One classic example of recursion is […] February 8, 2023 in Excel tagged lambda / find / search / replace / recursion / megareplace / factorial by Mike
Excel Lambda FunctionHave you ever used VBA in Excel to create your own functions? LAMBDA allows you to create your […] February 7, 2023 in Excel tagged megareplace / lambda / search / replace by Mike
Fill and Replace ValuesThere are times when you need to clean your dataset. Suppose you had a simple table of employees […] December 27, 2022 in Excel tagged query / gaps / fill / power / values / replace / Power Query Transform by Mike
T-SQL Parse a String in a ColumnDo you have a column in your SQL Server database that contains a list of things separated by […] November 10, 2021 in SQL Server tagged replace / string / parse / split / normalize / parsename / reverse / Atomicity by Mike