Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to keep a loop containing a web import working in python executable?
Post: RE: How to keep a loop containing a web import wor...

(Feb-22-2020, 05:05 PM)Larz60+ Wrote: class not properly indented don't use system call for Loop.py, import module instead Thanks, Larze60, for your reply. How do I go about doing a module import? ...
coder1384 General Coding Help 3 2,892 Feb-22-2020, 06:06 PM
    Thread: How to keep a loop containing a web import working in python executable?
Post: How to keep a loop containing a web import working...

Hello everyone, I've run into an issue with my program not running properly in an executable file. Specifically, I'm using Python 3.8 for writing the script that contains a function that goes to yah...
coder1384 General Coding Help 3 2,892 Feb-22-2020, 04:27 PM
    Thread: How to append a row from one csv file to another
Post: RE: How to append a row from one csv file to anoth...

Thanks for your help and sorry for the delayed reply!
coder1384 Data Science 6 8,773 Feb-22-2020, 04:24 PM
    Thread: How to append a row from one csv file to another
Post: RE: How to append a row from one csv file to anoth...

Does anyone know how to copy a single row in a csv file and append to another csv file?
coder1384 Data Science 6 8,773 Jan-18-2020, 11:26 PM
    Thread: How to append a row from one csv file to another
Post: RE: How to append a row from one csv file to anoth...

Thanks, Larz60. It appended but had several rows before and it copied the header from the file to the original file. Is there a way to have the header not append and also to eliminate the addition r...
coder1384 Data Science 6 8,773 Jan-18-2020, 07:40 PM
    Thread: How to append a row from one csv file to another
Post: How to append a row from one csv file to another

Hi folks, I need some direction on how to append a single row from one csv file to end of a list in another csv file. The following is my code but I'm having trouble with copying only the second r...
coder1384 Data Science 6 8,773 Jan-18-2020, 04:44 PM
    Thread: How do you put quotations around a result from a for loop?
Post: RE: How do you put quotations around a result from...

THANK YOU BURAN! THAT WORKED!!:)
coder1384 Data Science 14 5,374 Jan-18-2020, 02:46 PM
    Thread: How do you put quotations around a result from a for loop?
Post: RE: How do you put quotations around a result from...

Hi buran, I apologize (I'm a newb and have much to learn). This is the entire respose: Error:97, in get_loc return self._engine.get_loc(key) File "pandas/_libs/index.pyx", line 107, in pandas...
coder1384 Data Science 14 5,374 Jan-18-2020, 02:35 PM
    Thread: How do you put quotations around a result from a for loop?
Post: RE: How do you put quotations around a result from...

I'm getting the following: KeyError: 0 It starts with the following 97, in get_loc return self._engine.get_loc(key)
coder1384 Data Science 14 5,374 Jan-18-2020, 02:30 PM
    Thread: How do you put quotations around a result from a for loop?
Post: RE: How do you put quotations around a result from...

I removed header=None but it resulted in an error. Also, thanks for the guidance on the the use of tags
coder1384 Data Science 14 5,374 Jan-18-2020, 02:24 PM
    Thread: How do you put quotations around a result from a for loop?
Post: RE: How do you put quotations around a result from...

Hi buran, I printed x and found out that the first row of my csv is "Symbol" as a header and it is causing the issue. How do I go about skipping the first row or indicating that their is a header row...
coder1384 Data Science 14 5,374 Jan-18-2020, 02:18 PM
    Thread: How do you put quotations around a result from a for loop?
Post: RE: How do you put quotations around a result from...

Thanks buran, I'm getting the following error referencing the si.get_Quote_Table(x, dict_result=False) line: ValueError: No tables found But when I have an input function where I'm prompted for the...
coder1384 Data Science 14 5,374 Jan-18-2020, 01:51 PM
    Thread: How do you put quotations around a result from a for loop?
Post: RE: How do you put quotations around a result from...

Hi Larz60+, thanks for the quick reply to my post. I tried using the f-string as you suggested but unfortunately I'm getting the following error: ValueError: No tables found. It seems that when I ...
coder1384 Data Science 14 5,374 Jan-18-2020, 01:38 PM
    Thread: How do you put quotations around a result from a for loop?
Post: How do you put quotations around a result from a f...

Hello folks, I am attempting to have the for loop iteration result in quotations so that it passes to another function within the loop. Here is my code along with further explanation of what I'm at...
coder1384 Data Science 14 5,374 Jan-18-2020, 03:40 AM

User Panel Messages

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