Message Boards Message Boards

0
|
9035 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Wolfrom Data Drop - Upload data from notebook.nb file

Posted 9 years ago

Hi All,

I got a question to 'Wolfram Data Drop'. How can I upload the attached data file 'Test2006.nb' in 'Wolfram Data Drop'. I have tried several times, over the Webpage, e-mail and following the webpage instructions, but the 'DataBin' is always empty. Please can you help?

Thanks...Jos

Attachments:
POSTED BY: Jos Klaps
2 Replies

It looks like you have timestamps and single value for each entry. Try this:

data = ToExpression[Nest[First, Get["Test2006.nb"], 6]];

entries = <|"Timestamp" -> #[[1]], "Data" -> #[[2]]|> & /@ data;

bin = CreateDatabin[];

DatabinUpload[bin, entries];

POSTED BY: Bob Sandheinrich

Hi Bob,

Thanks for your help.

I got now all the entries, but the 'DateListPlot' shows no data. Do you know why?

See file attached "DataDrop Trial.nb".

Thanks,......Jos

Attachments:
POSTED BY: Jos Klaps
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract