CMD + K

r-tidyr

Anaconda Verified

Tools to help to create tidy data, where each column is a variable, each row is an observation, and each cell contains a single value. 'tidyr' contains tools for changing the shape (pivoting) and hierarchy (nesting and 'unnesting') of a dataset, turning deeply nested lists into rectangular data frames ('rectangling'), and extracting values out of string columns. It also includes tools for working with missing values (both implicit and explicit).

Installation

To install this package, run one of the following:

Conda
$conda install r::r-tidyr

Usage Tracking

1.3.0
1.2.0
0.8.3
0.8.1
0.8.0
5 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

Tools to help to create tidy data, where each column is a variable, each row is an observation, and each cell contains a single value. 'tidyr' contains tools for changing the shape (pivoting) and hierarchy (nesting and 'unnesting') of a dataset, turning deeply nested lists into rectangular data frames ('rectangling'), and extracting values out of string columns. It also includes tools for working with missing values (both implicit and explicit).

Last Updated

Jan 16, 2024 at 21:37

License

MIT

Total Downloads

463.6K

Supported Platforms

linux-64

Unsupported Platforms

win-32 Last supported version: 0.8.3
macOS-64 Last supported version: 0.8.3
linux-32 Last supported version: 0.8.0
win-64 Last supported version: 0.8.3