Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to removewhat is common from one text file using another text file
Post: How to removewhat is common from one text file usi...

I have a file that contains the following text. File1.txt For all intents and purposes, the reason Mr. Henderson arrived late for work was due to the fact that he stopped at very many traffic lights...
petertyler General Coding Help 1 2,244 May-24-2018, 09:54 PM
    Thread: Importing data
Post: RE: Importing data

It may have to do with One Drive - take the file off one drive and store it locally - avoid spaces in your directory naming - If you need a space use - or _ . Or you can try this - let say your direct...
petertyler General Coding Help 4 5,024 May-12-2018, 11:13 AM
    Thread: Importing data
Post: RE: Importing data

You could try this from pathlib import Path filename = Path("source_data/csv/raw_data.csv") data = pd.read_csv('filename', encoding='utf-8') The original csv file might also be contributing to the ...
petertyler General Coding Help 4 5,024 May-10-2018, 09:39 AM
    Thread: Finding a number in a file printing out number and next word
Post: RE: Finding a number in a file printing out number...

Thank you - so appreciated
petertyler General Coding Help 2 2,507 May-10-2018, 09:09 AM
    Thread: Finding a number in a file printing out number and next word
Post: Finding a number in a file printing out number and...

Hi, I am in Need of a little help. I wish to search within a text file and retrieve into another text file. The numbers and the words that appear after the numbers. for example: We have 40 white candi...
petertyler General Coding Help 2 2,507 May-10-2018, 04:27 AM

User Panel Messages

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