Geoffrey Payne
Geoffrey Payne
I have an Excel 2013 spreadsheet in which I load Sheet3, column 0 into the database. var rows = GetExcelDataRows(file); foreach (var row in rows) { // ... load data...
I tried to install fastai via anaconda on my windows terminal. `conda install -c fastchan fastai anaconda` When I attempt to run my code on my PC I get the...
### Describe the bug When I run the following code I get an exception; `go_emotions = load_dataset("go_emotions")` > AttributeError Traceback (most recent call last) Cell In[6], [line 1](vscode-notebook-cell:?execution_count=6&line=1) ----> [1](vscode-notebook-cell:?execution_count=6&line=1)...