Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How do I add another loop to my nested loop
Post: RE: How do I add another loop to my nested loop

Maybe this could help: from abc.zzz import xyz path_id_map = [ {'path':'file1.csv', 'id': '12345678'}, {'path':'file2.csv', 'id': '44556677'} {'path':'file3.csv', 'id': '33377799'} {'...
tinh General Coding Help 11 4,443 Dec-25-2020, 03:40 AM
    Thread: pandas change value two dataframe
Post: RE: pandas change value two dataframe

**biggrin** You capitalized only 'K3': 'codbar': ['k5', 'K3', 'k2'] and sku 'k5' not capitalized 'sku': ['K0', 'K2', 'K3', 'k5']
tinh General Coding Help 4 2,676 Dec-25-2020, 02:49 AM
    Thread: "'DataFrame' objects are mutable, thus they cannot be hashed"
Post: RE: "'DataFrame' objects are mutable, thus they ca...

You reassigned "market = pd.read_csv..." so absolutely it is not equal to df_name anymore, so cannot replace df_name with market
tinh General Coding Help 1 6,728 Dec-25-2020, 02:31 AM

User Panel Messages

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