Re: [julia-users] DataFrame (2 questions)

2014-05-18 Thread John Myles White
> On my retina display it often times uses less than half of terminal window > width. Are you expanding the window after starting Julia? We’re using the same machinery as Base Julia to determine the window width, which doesn’t adjust dynamically. — John On May 17, 2014, at 3:04 PM, Rob J. Go

Re: [julia-users] DataFrame (2 questions)

2014-05-17 Thread Rob J. Goedman
Thanks John, On May 17, 2014, at 11:57 AM, John Myles White wrote: > In (1), you’re trying to put to insert multiple columns into a single column, > which means that you’re effectively inserting a column with 6 entries instead > of 3. The error message should probably be changed to note that t

Re: [julia-users] DataFrame (2 questions)

2014-05-17 Thread John Myles White
In (1), you’re trying to put to insert multiple columns into a single column, which means that you’re effectively inserting a column with 6 entries instead of 3. The error message should probably be changed to note that the size (rather than the length) is wrong. We could change the formula inte

[julia-users] DataFrame (2 questions)

2014-05-17 Thread Rob J. Goedman
The DataFrames package still gives me a hard time (coming from R). Two issues I run into most often: 1. Below error message, not sure what I'm doing wrong here. Do I need to use join()? Or am I missing a use of comprehension? In ModelFrames the '.' is not allowed, so I would like to be able to