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
Currently we need to make additional csv files, but since we're working in Colab, we should be able to read in directly from the Google Sheet. I suppose we will still have to edit the sheet to make sure it conforms to the necessary format (e.g., with names from preferences) -- though maybe that will be fixed when we implement dropdowns for preferences.
The other main thing that we'll need to improve to streamline is to have the name_list.csv file read in from Kari's file. (Currently we need to generate it ourselves).
The text was updated successfully, but these errors were encountered:
This works in the colab notebook on Drive. Once we have the names list from Kari, we can read that instead of having to generate the list. After that we can close this issue.
f80931c brings us half-way there. Now just need to point Python code to the new namelist.csv. After that, will need to submit the updated survey a couple of times to get the format right with the new column ordering.
Currently we need to make additional csv files, but since we're working in Colab, we should be able to read in directly from the Google Sheet. I suppose we will still have to edit the sheet to make sure it conforms to the necessary format (e.g., with names from preferences) -- though maybe that will be fixed when we implement dropdowns for preferences.
The other main thing that we'll need to improve to streamline is to have the name_list.csv file read in from Kari's file. (Currently we need to generate it ourselves).
The text was updated successfully, but these errors were encountered: