charts
5 rows where song_id = "1c6486ed04bcc9c602896cf2ad3a29d9"
This data as json, CSV (advanced)
Suggested facets: type
id ▼ | song_id | steps | jumps | beats | type | difficulty | meter |
---|---|---|---|---|---|---|---|
1c6486ed04bcc9c602896cf2ad3a29d9-beginner-1 | Cross the Line 1c6486ed04bcc9c602896cf2ad3a29d9 | 75 | 0 | 280 | dance-single: | beginner | 1 |
1c6486ed04bcc9c602896cf2ad3a29d9-challenge-12 | Cross the Line 1c6486ed04bcc9c602896cf2ad3a29d9 | 415 | 7 | 280 | dance-double: | challenge | 12 |
1c6486ed04bcc9c602896cf2ad3a29d9-easy-4 | Cross the Line 1c6486ed04bcc9c602896cf2ad3a29d9 | 135 | 0 | 280 | dance-double: | easy | 4 |
1c6486ed04bcc9c602896cf2ad3a29d9-hard-9 | Cross the Line 1c6486ed04bcc9c602896cf2ad3a29d9 | 282 | 3 | 280 | dance-double: | hard | 9 |
1c6486ed04bcc9c602896cf2ad3a29d9-medium-6 | Cross the Line 1c6486ed04bcc9c602896cf2ad3a29d9 | 191 | 2 | 280 | dance-double: | medium | 6 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [charts] ( [song_id] TEXT REFERENCES [songs]([id]), [steps] INTEGER, [jumps] INTEGER, [beats] INTEGER, [type] TEXT, [difficulty] TEXT, [meter] INTEGER, [id] TEXT PRIMARY KEY );