On Sep 11, 9:23 am, Sean Davis <[EMAIL PROTECTED]> wrote:
> On Sep 10, 7:54 pm, John Machin <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Sep 11, 8:01 am, MRAB <[EMAIL PROTECTED]> wrote:
>
> > > On Sep 10, 6:59 pm, Sean Davis <[EMAIL PROTECTED]> wrote:
>
> > > > I have a large file that I would like to t
On Sep 10, 7:54 pm, John Machin <[EMAIL PROTECTED]> wrote:
> On Sep 11, 8:01 am, MRAB <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Sep 10, 6:59 pm, Sean Davis <[EMAIL PROTECTED]> wrote:
>
> > > I have a large file that I would like to transform and then feed to a
> > > function (psycopg2 copy_from) that
On Sep 11, 8:01 am, MRAB <[EMAIL PROTECTED]> wrote:
> On Sep 10, 6:59 pm, Sean Davis <[EMAIL PROTECTED]> wrote:
>
> > I have a large file that I would like to transform and then feed to a
> > function (psycopg2 copy_from) that expects a file-like object (needs
> > read and readline methods).
>
> >
On Sep 10, 10:52 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> Sean Davis schrieb:
>
>
>
> > I have a large file that I would like to transform and then feed to a
> > function (psycopg2 copy_from) that expects a file-like object (needs
> > read and readline methods).
>
> > I have a class like
On Sep 10, 6:59 pm, Sean Davis <[EMAIL PROTECTED]> wrote:
> I have a large file that I would like to transform and then feed to a
> function (psycopg2 copy_from) that expects a file-like object (needs
> read and readline methods).
>
> I have a class like so:
>
> class GeneInfo():
> def __init__
Sean Davis schrieb:
I have a large file that I would like to transform and then feed to a
function (psycopg2 copy_from) that expects a file-like object (needs
read and readline methods).
I have a class like so:
class GeneInfo():
def __init__(self):
#urllib.urlretrieve('ftp://ftp.ncb
I have a large file that I would like to transform and then feed to a
function (psycopg2 copy_from) that expects a file-like object (needs
read and readline methods).
I have a class like so:
class GeneInfo():
def __init__(self):
#urllib.urlretrieve('ftp://ftp.ncbi.nih.gov/gene/DATA/
g