Visual Grouping in TableauHow do you visually show some of the product subcategories in a bar graph in Tableau? Let’s consider […] June 15, 2024 in Data Visualization tagged group / Tableau / grouping by Mike
Cohort AnalysisWhat is cohort analysis? Cohort analysis is a type of behavioral analytics in which you take a group […] August 29, 2023 in Data Analytics tagged group / people / cohort / behavioral / consumer by Mike
Groupby Multiple ColumnsHow do you take a pandas DataFrame of data (dataset) and produce a multi-column bar chart? You can […] August 4, 2023 in Python tagged group / by / plot / pandas / aggregate / groupby / column / seaborn / chart / matplotlib / bar / barplot / graph / Pandas EDA Structuring by Mike
Pandas DataFrame groupbyThe Pandas groupby method is used for grouping the DataFrame data according to the categories and applying a […] July 30, 2023 in Python tagged group / dataset / companies / by / aggregate / groupby / MEAN / sample / sum / company / pandas DataFrame by Mike
The count Function in RIn R, count() lets you quickly count the unique values of one or more variables: df %>% count(a, […] April 6, 2023 in R Language tagged summarize / group / by / frequency / count by Mike
group_by Function in RThe group_by function is often combined with other functions. In the console. Palmer Penguins The penguin data has […] March 26, 2023 in R Language tagged summarize / group / R / by / group_by by Mike
Summarise Function in RThe summarise function in R returns one row for each combination of grouping variables. Note that summarise() and […] March 25, 2023 in R Language tagged R / summarise / summarize / group by Mike
SQL GROUP BY HAVINGSummarizing tables with GROUP BY is very common and a must-have skill for the data analyst. This post […] February 16, 2023 in SQL tagged having / group / by by Mike
Allocate Data into Buckets or GroupsSuppose we have a table of data that lists employees and their annual salaries. We want to create […] December 26, 2022 in Excel tagged group / interval / bin / bucket by Mike
Excel Pivot Tables Date GroupingDates can be a bit tricky. For the best solution to working with dates in our Pivot Table […] November 5, 2022 in Excel tagged model / pivot / hide / calendar / group / dates / power / data / ungroup / table / client / date / tools by Mike
WPF GroupBoxThe GroupBox is a familiar control for organizing numerous controls. You might use it to surround a group […] April 24, 2020 in WPF tagged content / control / box / group / container / groupbox by Mike
WPF Two Grid Columns the Same SizeYou can force two columns, or rows, in a WPF Grid Panel to be the same size. How […] March 24, 2020 in WPF tagged width / grid / SharedSizeGroup / IsSharedSizeScope / SharedSizeScope / shared / size / group / same by Mike