Python’s None and pandas’ NaNIn Python, the built-in value for null is None. To experiment with this I have created a Jupyter […] April 4, 2024 in Python tagged null / None / NaN / empty by Mike
Filter Out Missing Data in PandasThere are a few ways to filter out missing data in Python. Suppose we are working with pandas. […] September 1, 2023 in Python tagged missing / dropna / nulls / drop_na / data / delete / remove / drop / null / filter by Mike
Backslash NWhat is backslash N, or more exactly, \N? \N is a way of representing NULL. I Googled backslash […] July 23, 2023 in Data Science tagged backslash / N / null by Mike
Missing Data in PandasExploratory Data Analysis (EDA) has six main practices. The six main practices of EDA are discovering, structuring, cleaning, […] July 10, 2023 in Python tagged values / missing / EDA / None / NaN / abscent / data / NA / null / isnull / sum / Pandas EDA Cleaning by Mike
SQL COALESCE() FunctionCOALESCE() returns the first non-null value in the list. If you have a list of arguments that you […] February 4, 2023 in SQL tagged sql / null / Coalesce / non-null / SQL NULL by Mike
Itzik Ben Gan’s DatabaseAs a more complex and realistic example, let’s look at the database that Itzik Ben-Gan used in his […] November 14, 2022 in Excel tagged Ben / Gan / sql / null / Itzik / transform / data model / left join / Excel Power Pivot by Mike
SQL Count NULLsHow many NULLs are there in a column? What would the SQL query be? For small tables you […] November 12, 2021 in SQL Server tagged null / count / SQL Count by Mike
C# MethodsA C# method is a term used to describe functions exposed by objects. A method is a function […] May 18, 2018 in C# tagged overloading / overload / params / reference / objects / parse / methods / tryparse / null / ref / exception / offensive / signature / defensive / out / C# Classes by Mike
SQL Server Exists PredicateThe term “predicate” is used to refer to an expression that determines whether something is true or false. […] November 23, 2017 in SQL Server tagged null / predicate / subquery / exists by Mike
SQL Server NULL IntroductionThe value NULL in SQL Server cannot be fully discussed in only one post. So let’s start at […] July 2, 2017 in SQL Server tagged null / zero / nothing / SQL NULL by Mike
SQL Server Constraints IntroductionSQL Server has several types of constraints. But what is a constraint? Why do you need them? Which […] May 23, 2017 in SQL Server tagged transaction / primary / surrogate / validation / constraints / unique / null / key by Mike
SQL Data NumericsThis post is based on the stairway series at SQL Server Central called Stairway to Data, by Joe […] March 26, 2017 in SQL Server tagged data / null / numbers by Mike