Message Boards Message Boards

0
|
9111 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
Attachments:
POSTED BY: Jos Klaps
2 Replies

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

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
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