Re: Build or Install pg_loader on Windows

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Michael Sheaver <msheaver(at)me(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Build or Install pg_loader on Windows
Date: 2016-08-06 16:23:47
Message-ID: 99311d7a-262d-94ee-6276-5f3ceac8b775@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/06/2016 08:38 AM, Michael Sheaver wrote:
> Greetings!
>
> Due to the crazy variation in the content and formatting of the datasets
> that I import into my PSQL 9.6 database, I have a need to run pg_loader
> on my work Windows laptop; the specific details and constraints of my
> configuration are shown here on
> Stackoverflow: http://stackoverflow.com/questions/38750898/build-or-install-pg-loader-on-windows

In the above you mention Python, are you aware that the current version
of pgloader uses Lisp?

Build instructions for the new pgloader are below. FYI they do not cover
Windows and I do not have a clue on how to create Windows Lisp build
environment:

https://github.com/dimitri/pgloader/blob/master/INSTALL.md

So what version of pgloader are you looking to use?

What sort of data clean up do you want to do?

If you are set on using Python I would start at looking at:

http://pandas.pydata.org/pandas-docs/stable/io.html

For Windows probably the best way to deal with installing a Python data
analysis stack is to use Anaconda:

https://docs.continuum.io/anaconda/

which includes Pandas as one of its automatically installed packages:

https://docs.continuum.io/anaconda/pkg-docs.html

>
> I didn't get a response there, so I do hope someone here might be able
> to help.
>
> Thanks,
> Michael
>
> Michael Sheaver
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2016-08-06 16:32:13 Re: Build or Install pg_loader on Windows
Previous Message Michael Sheaver 2016-08-06 15:38:57 Build or Install pg_loader on Windows