I am trying to import a file from the cloud (wolfram cloud), but i got the error
Part :Part specification Sign In with Your Wolfram ID
mycode:
data = Import["https://www.wolframcloud.com/obj/name/Online%20Retail.csv", "IgnoreEmptyLines" -> True, "HeaderLines" -> 0];
columnNames = data[[1]];
data = Rest[data];
Dimensions[data]
edited:
So I have successfully? loaded the data. And here is my output...

However, I still cannot produce the same outcome (the grid and plot) as in the first comment of Finding outliers in 2D and 3D numerical data, Help!