Skip to contents

Column names and types in replay data

Usage

replay_cols

Format

replay_cols

A dataframe (tibble) describing columns in 17lands replay data (data_type = "replay").

Columns:

regex

Regular expression to match a column in the replay data

py_type

Data type used by python for that column

arrow

Data type used by arrow for that column

...