Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: List and Dictionaries with Pandas
Post: RE: List and Dictionaries with Pandas

It turns out that a simple call using "eval" fixed my issue. i.e. df_list = eval(page_headers['df_list']) This converts the list or list of dictionaries into their native types of string, None, etc....
Balinor Data Science 3 2,909 Aug-20-2018, 10:18 PM
    Thread: List and Dictionaries with Pandas
Post: List and Dictionaries with Pandas

Hi... I'm trying to use pandas to read data from an excel file: df = pd.read_excel('C:testfile.xls', sheet)My excel file has a list (of strings) in one of the cells (header row in bold)... test ...
Balinor Data Science 3 2,909 Aug-14-2018, 06:10 PM

User Panel Messages

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