Find Unique Values in RAre you working with R language? Do you have a dataframe? How do you find unique values in […] January 16, 2024 in R Language tagged R / values / distinct / unique by Mike
Create a Set from a Pandas SeriesA pandas DataFrame can be thought of as a group of Series. Each column is a Series. What […] October 12, 2023 in Python tagged distinct / unique / set / series / dataframe / pandas Series by Mike
Find Unique Values in a pandas ColumnHow do you find unique values in a pandas DataFrame? You can use the unique() function. Let’s look […] July 30, 2023 in Python tagged values / dataframe / distinct / unique / column by Mike
Duplicate Rows in PandasExploratory Data Analysis (EDA) has six main practices. The six main practices of EDA are discovering, structuring, cleaning, […] July 3, 2023 in Python tagged duplicate / pandas / print / duplicated / percent / format / duplicates / drop / unique / Pandas EDA Cleaning by Mike
Python SetsA set is a data structure in Python that contains only unordered, non-interchangeable elements. A set is an […] June 2, 2023 in Python tagged data / unique / structure / set by Mike
1 skim_without_charts in RThis function gives us a pretty comprehensive summary of a dataset. We get the number of rows and […] March 30, 2023 in R Language tagged percentile / MEAN / unique / statistics / charts / R / skim / without by Mike
SQL Server COUNT DISTINCTYou can count the number of unique values in a column with COUNT DISTINCT. The Microsoft Press book […] February 13, 2023 in SQL Server tagged count / unique / sql / distinct / SQL Count by Mike
Excel Unique FunctionThe Excel UNIQUE function gives you all of the distinct values of a given range. All you need […] October 28, 2022 in Excel tagged excel / sql / distinct / unique / group by / spill. spilled by Mike
SQL Select DistinctSometimes a column in a table has repeating values and you want to know what the list of […] November 12, 2021 in SQL Server tagged unique / distinct by Mike
SQL Server GUIDIn SQL Server we can use GUIDs. A GUID is a 128 bit number to identify objects. It […] October 15, 2017 in SQL Server tagged unique / sequence / GUID / identifier by Mike
Globally Unique Identifier (GUID)What is a GUID? GUIDs are large, enormous numbers that are usually 128 bits long and look like […] October 15, 2017 in Database tagged unique / sequence / GUID 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 validation / constraints / unique / null / key / transaction / primary / surrogate by Mike