You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we clean up the output format so that it doesn't include a list in the set_list column? Maybe use some purrr magic to turn it into a dataframe? Maybe with columns:
Date
Venue
Title
Position
Set
Duration
Tags
Would this exclude any of the data included in the call?
I'd be happy to clean this up just want to discuss/get your thoughts @levisc8 before moving forward
The text was updated successfully, but these errors were encountered:
Yea, I think that'd be fine! Just to make sure I understand, you're thinking one row per song X show combination, rather than the single line per show?
Makes sense. I probably won’t be able to get to that until later this week though. If we come up with a list of formatting changes, I don’t think it’ll take more than a night or two to make them (famous last words...).
Can we clean up the output format so that it doesn't include a list in the set_list column? Maybe use some
purrr
magic to turn it into a dataframe? Maybe with columns:Would this exclude any of the data included in the call?
I'd be happy to clean this up just want to discuss/get your thoughts @levisc8 before moving forward
The text was updated successfully, but these errors were encountered: