Saurabh Ranjan
Saurabh Ranjan
## Description ### What steps will reproduce the problem? QtWebEngineProcess[39820:3022958] _CFURLCopyResourcePropertyValuesAndFlags failed because it was passed an URL which has no scheme ## Versions * Spyder version: 4.1.5 * Python...
trying following code: `x_meta_train_samp = training_subs.index[training_subs[col].values].values` `x_k_train = all_data_X_corr.loc[k_train.index,x_meta_train_samp]` gives following error: `TypeError: unhashable type: 'cupy._core.core.ndarray'` but the same does work in pandas
Is it possible to have this feature in future versions?
I was trying to plot data for a 3 way ANOVA design with 2 subplots and in each subplots having subgroups for each of the category on the x-axis but...