# | Date | Where | Item | Comment |
10 | 07 Sep 2016 @ 09:14 PDT | Tools | Teradata Python Module | Wouldn't it be a good idea to add to the tutorial the recepy for setting the dataframe names to the sql resultset column names?
gabnash 2 comments Joined 10/15
16 Oct 2015
cols = []
... |
9 | 24 May 2016 @ 01:35 PDT | Tools | Teradata Parallel Transporter Supports Quoted VARTEXT in TTU14.00 | A direct link to the documentation and a few examples would really help here. Specifically, I was looking to how to export into a format MS Excel would understand and failed to find it here or in G... |
8 | 10 Jan 2016 @ 05:32 PST | Tools | Teradata Python Module | SOLVED!
I had to do this
LD_LIBRARY_PATH=/opt/teradata/client/14.10/odbc_64/lib:/opt/teradata/client/14.10/tdicu/lib64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
now the libraries ca... |
7 | 10 Jan 2016 @ 04:39 PST | Tools | Teradata Python Module |
ldd /opt/teradata/client/14.10/odbc_64/lib/tdata.so
/opt/teradata/client/14.10/odbc_64/lib/tdata.so: /lib64/libodbcinst.so: no version information available (required by /opt/teradata/client/14.... |
6 | 10 Jan 2016 @ 04:10 PST | Tools | Teradata Python Module | If I specify odbcLibPath=/opt/teradata/client/14.10/odbc_64/lib/tdata.so
in ~/udaexec.ini Then I get following error
2016-01-10 12:08:43,715 - teradata.tdodbc - INFO - Loading ODBC Librar... |
5 | 10 Jan 2016 @ 03:33 PST | Tools | Teradata Python Module | I have no problem using BTEQ and FastLoad with TDWallet or without on this CentOS box.
But now I have tried this module and it fails
2016-01-10 11:23:37,774 - teradata.udaexec - INFO - Creating... |
4 | 31 Dec 2015 @ 02:34 PST | Tools | Teradata Python Module | quick and dirty way to upload massive data to Teradata with Fastload from Pyton. Feel free to improve it.
Replace the .LOGON $TDPID/$$tdwallet(u),$$tdwallet(db_name);
with the one you would other... |
3 | 31 Dec 2015 @ 01:41 PST | Tools | Introducing Teradata Wallet | Can the Terdata url be substituted by $tdwallet(td_url)?
td_url being tdpid.mycompany.com (it works like this)
so the logon string would look like this:
.LOGON $tdwallet(db_url)/$tdwallet(u),$... |
2 | 11 Jul 2011 @ 08:12 PDT | Über SQL | Missing Functions: PERCENTILE_DISC, PERCENTILE_CONT & MEDIAN | A year or so ago I have been working on the same topic and came up with the following implementations. The mathematical definition used here must be a bit different from the SQL standart but perhap... |
1 | 13 Dec 2010 @ 03:10 PST | Applications | In-database analytics with TeradataR | I welcome the R interface to Teradata too! Whereas Teradata Miner is a helpful tool for standard tasks and SAS can do a few tricks with fastload/exp too, I expect R to provide an elegant environmen... |
|
|