Don't give up! When things becomes to daunting, go do something else then
come back later. Brains needs some processing time.

Your post suggests that you are missing some background information and
that you are plunging into deep waters. io.Writer is an interface, which is
a concept central to Go. Make sure you have a good understanding of
interfaces first. io.Writer is an abstraction over something you can write
to, so it generalizes files, memory buffers, network sockets and so on.

GOTA dataframes seems to have some packages written for it already, so if
the format is complex it is perhaps better to use a library which is
already written.

On Mon, May 29, 2017 at 1:23 PM Vikram Rawat <[email protected]>
wrote:

> Can anybody please tell me how to write GOTA Golang dataframes on a csv...
>
> It's been 2 days I am trying to find a way to write dataframes onto a csv.
> can anybody please help me understand what does this IO.writer means and
> how to use it...
>
> I have given up understanding it...
>
> Please any help will be appriciated.
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to