Exploratory
Exploratory
Exploratory
Exploratory
Introduction
Product Features
Data Import
Data Wrangling
Command Line mode for faster and more flexible data interaction in Exploratory
Select / Remove Columns
Reorder Columns
Create New Calculation
Create New Calculation for Multiple Columns
Summarize (Aggregate)
Group
Filter
Rename
Arrange (Sort)
Top / Bottom N
Join
Merge
Gather
Spread
Pivot
Expand
Complete
Separate
Unite
Bind Rows
Bind Columns
Keep Only Unique Rows
Keep Only Duplicated Rows
Slice
Drop NA
Sample
Impute NA
Fill
Create Buckets
Assign New Values to Existing Values - Recode
Assign New Values by Setting Conditions - Case When
Work with Categories
Data Type Conversion
Row as header
Ungroup
Unnest
Separate List Items into Columns (Unnest Wider)
Separate List Items into Rows (Unnest Longer)
Hoist
Remove Empty Rows
Remove Empty Columns
Clean Column Names
Window Calculation
Add Row
Text Wrangling
Visualization
Analytics
Statistics
Machine Learning
Text Analysis
Extend with R
Setup
Diagnostics
Keyboard shortcuts
Powered by GitBook

Ungroup

Converts the data frame into a grouped data frame where the following operations will be performed based on the groups. Grouping should be done before you want to aggregate values.

How to Access This Feature

From + (plus) Button

  • Click "+" button and select "Group By".

From Group Menu

  • You can also click "Ungroup" from the group dropdown menu.

Previous
Row as header
Next
Unnest
Last updated 9 months ago
Contents
How to Access This Feature
From + (plus) Button
From Group Menu