Exploratory
Search…
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)
Separate Address (Japan)
Hoist
Remove Empty Rows
Remove Empty Columns
Clean Column Names
Window Calculation
Window Calculation (日本語)
Add Row
Text Wrangling
Regular Expression Cheat Sheet
Regular Expression Cheat Sheet (日本語)
Visualization
Analytics
Statistics
Machine Learning
Text Analysis
Extend with R
Setup
Diagnostics
Keyboard shortcuts
Powered By
GitBook
Separate List Items into Rows (Unnest Longer)
Unnest a list column or a list of data frames by making each element of the list to be presented in its own row.
How to Access This Feature
You can access it from column menu of list columns.
Separate List Items into Columns (Unnest Wider)
Column - List column to unnest.
Repair Column Names (Optional) - The default is Unique Without Empty.
Override: Override existing column if resulting column name conflicts with existing one.
Unique without Empty: Make sure resulting column names are unique and not empty,
Unique without Special Characters: Make sure resulting column names are unique and do not have special characters.
Previous
Separate List Items into Columns (Unnest Wider)
Next
Separate Address (Japan)
Last modified
6mo ago
Copy link
Contents
How to Access This Feature
Separate List Items into Columns (Unnest Wider)