Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Create array from string
Post: RE: Create array from string

Can't figure it out how to get two digit consistent from string. I made this but it is returning 2 by 2 digit which is not what I wanted [int(s[i:i+2]) for i in range(0, len(s), 2) ]
steve87bg General Coding Help 4 3,167 Jul-13-2020, 04:50 PM
    Thread: Create array from string
Post: Create array from string

Hi, I need to create an array from string. Array should have two digit consistent fragments. For example if s="10886" I should have [10, 8, 88, 86] Can anyone help me with this
steve87bg General Coding Help 4 3,167 Jul-13-2020, 04:26 PM
    Thread: Flask export/upload database table in cvs/xlsx format
Post: RE: Flask export/upload database table in cvs/xlsx...

@DeaD_EyE Unfortunately, the same error appears cw.writerows(list(Book.query.all())) _csv.Error: iterable expected, not Book
steve87bg Web Scraping & Web Development 4 6,843 Jun-19-2020, 01:46 PM
    Thread: Flask export/upload database table in cvs/xlsx format
Post: RE: Flask export/upload database table in cvs/xlsx...

Thank you DeaD_EyE. I tried the solution you proposed and I still have an error. This is the error I get cw.writerows(Book.query.all()) _csv.Error: iterable expected, not Book
steve87bg Web Scraping & Web Development 4 6,843 Jun-16-2020, 05:48 PM
    Thread: Flask export/upload database table in cvs/xlsx format
Post: Flask export/upload database table in cvs/xlsx for...

I have a download button on my flask app and i am trying to add functionality that will allow user to download all data from books table locally in csv or excel format. Another thing i would like to ...
steve87bg Web Scraping & Web Development 4 6,843 Jun-16-2020, 05:29 PM
    Thread: Import data from excel to Teradata
Post: RE: Import data from excel to Teradata

Does anyone have solution how data from python can be imported to Teradata? Thanks
steve87bg General Coding Help 3 4,751 Sep-18-2019, 01:36 PM
    Thread: Import data from excel to Teradata
Post: RE: Import data from excel to Teradata

Hi Larz, the link you provided explain how to do it using SQLA. I want to do this using python
steve87bg General Coding Help 3 4,751 Jul-19-2019, 10:11 AM
    Thread: Import data from excel to Teradata
Post: Import data from excel to Teradata

Hello, I am trying to import data from excel file into teradata table. I can connect to teradata and read the excel file but i was wondering how can i import the data from excel to table This is wha...
steve87bg General Coding Help 3 4,751 Jul-19-2019, 07:03 AM

User Panel Messages

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