python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to calculate mean value per group in Teradata SQL?
have table in Teradata SQL like below:
SMS_ID | PRODUCT
-------------------
11 | A
22 | A
33 | A
87 | B
89 | B
14 | C
Column "SMS_ID" presents ID of SMS sent do cl...
dingaro
Votes: 0
Answers: 1
How to connect to Teradata database using Dask?
The pandas equivalent code for connecting to Teradata, I have used is:
database = config.get('Teradata connection', 'database')
host = config.get('Teradata connection', 'host')
user = config.get('Tera...
krx
Votes: 0
Answers: 1
Teradata Active directory scan, Script show Job terminated with status 8
I follow a blog post and run the script for active directory scan with TPT but No success.
No error show but just a message. Job terminated with status 8
I follow this script to make a test.
I can't u...

user16753483
Votes: 0
Answers: 1
Export 100 millions rows from teradata to snowflake using python
What is the approach to export hundreds of millions of rows from teradata to snowflake? I am using the approach of to_csv() however, it's taking more then 2 hrs to load the data from dataframe to csv....
starlord
Votes: 0
Answers: 1