Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: String to File Path
Post: RE: String to File Path

This worked great. Thanks so much!
creedX General Coding Help 4 3,213 Apr-06-2020, 07:29 PM
    Thread: String to File Path
Post: RE: String to File Path

I probably oversimplified my problem. What I really want is to use a variable to define the folder name. I think to change up the "Folder" piece of the file path everything needs to be a string. I am ...
creedX General Coding Help 4 3,213 Apr-06-2020, 06:51 PM
    Thread: String to File Path
Post: String to File Path

I am trying to create a file path from a string using os.path.normpath, however, I need a double \ at the beginning and this function doesn't allow this (from what I understand). Inside the pd.read_ex...
creedX General Coding Help 4 3,213 Apr-06-2020, 04:51 PM
    Thread: Parse XML String in Pandas Dataframe
Post: RE: Parse XML String in Pandas Dataframe

Thanks for your reply! I ended up finding a simpler approach and thought I would share for anyone dealing with XML string (although it does use a loop): import pandas as pd import xml.etree.ElementTr...
creedX Data Science 2 6,821 Dec-09-2019, 07:35 PM
    Thread: Parse XML String in Pandas Dataframe
Post: Parse XML String in Pandas Dataframe

Here is my situation: I have a pandas dataframe that contains one column with an xml string for each row. I need to be able to parse the xml string for each row to see the data elements of the xml fi...
creedX Data Science 2 6,821 Dec-04-2019, 03:19 PM

User Panel Messages

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