1

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... enter image description here

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!

GarlicSTAT
  • 123
  • 3
  • 1
    The obvious question: Are you signed in when attempting to do this? – Shredderroy Mar 13 '20 at 16:22
  • 1
    You need to either CloudConnect first on your desktop Mathematica and then Use CloudImport[CloudObject[https://www.wolframcloud.com/obj/name/Online%20Retail.csv"]...] to import the file. – dsingh Mar 13 '20 at 16:23
  • Hint: did the data actually load? The file is not accessible publicly. If you can see it while logged into the Wolfram Cloud site, then you need to ensure that Mathematica is also able to access that content. What is the output if you only run the first line (the Import command) without the semicolon? – Emilio Pisanty Mar 13 '20 at 16:24
  • I edited the question – GarlicSTAT Mar 14 '20 at 19:50

0 Answers0