Add support for loading data from pandas dataframe #18
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Right now, we only support loading data from numpy arrays. It would be nice if there was a helper function to convert a dataframe of scores to numpy arrays. Some initial code to help what this might look like:
The above code assumes we have a
pandas
Dataframe with keysrun_number
, 'gameand
normalized_score` containing scores for all steps (in a ordered manner).The text was updated successfully, but these errors were encountered: