Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Retrieve oracle view containing clob to dataframe
Post: RE: Retrieve oracle view containing clob to datafr...

@ibreeden Thanks. I was modifying the script to mask the ip address at that time I missed it. My bad. I've updated my post with correct code. The code generates only the excel file with column header ...
jash Data Science 3 3,179 Jan-09-2021, 12:25 AM
    Thread: Retrieve oracle view containing clob to dataframe
Post: Retrieve oracle view containing clob to dataframe

Hello Everyone, I am trying to retrieve the data from oracle and write it into excel file using python dataframe. However my challenge is that I can't modify anything on db side and the query has tota...
jash Data Science 3 3,179 Jan-08-2021, 12:34 AM
    Thread: Pexpect help needed
Post: RE: Pexpect help needed

#!/usr/bin/env python import pexpect ssh_newkey = 'Are you sure you want to continue connecting' # my ssh command line p=pexpect.spawn('ssh [email protected] uname -a') i=p.expect([ssh_newkey,'Passw...
jash General Coding Help 2 3,662 Jan-30-2018, 12:33 AM
    Thread: Pexpect help needed
Post: Pexpect help needed

I'm new to Python programming and I'm trying to ssh using the pexpect code but it fails when I enter the password. Can someone please look into it. Also, Is there a tutorial for pexpect for automating...
jash General Coding Help 2 3,662 Jan-30-2018, 12:10 AM
    Thread: how to do comparison for the value returned by os.system
Post: how to do comparison for the value returned by os....

In my code, I’m trying to compare the output returned by the os.system(’/opt/abc/cmd/abc-target’) Here’s my code: import os s= os.system(’/opt/abc/cmd/abc-target’) if (s == ‘abc’ ): print (‘great yo...
jash General Coding Help 2 2,923 Nov-10-2017, 10:34 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020