Le lundi 21 mars 2016 à 20:00 -0700, Eric Forgy a écrit :
> > And with the next release (available from git master) you will be
> > able 
> > to do this directly: 
> > df = csv""" 
> > 1, 7.6 
> > 2, 45.6 
> > 3, 12.1 
> > ... 
> > """ 
> This looks cool and my first reaction was, "Neat!", but why base
> Julia? Will it support string interpolation, e.g.
> 
> x = 7.6
> df = csv"""
> 1, $x
> 2, 45.6
> 3, 12.1
> ...
> """
> 
> This seems like something suitable for nice package, but confused why
> it would be added to base (when I thought one goal was to make base
> smaller). I am probably confused :)
I never said it would be added to Base. I should have been a bit more
explicit, but I was referring to the next version of DataFrames.jl.


Regards

Reply via email to