Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Find a string from a column of one table in another table
Post: RE: Find a string from a column of one table in an...

(Sep-05-2023, 06:57 PM)deanhystad Wrote: Something like this maybe? import pandas as pd from string import ascii_letters as letters from random import choice, choices, randint def find_supplier(de...
visedwings049 General Coding Help 8 1,316 Sep-06-2023, 06:53 PM
    Thread: Find a string from a column of one table in another table
Post: RE: Find a string from a column of one table in an...

(Sep-05-2023, 04:21 PM)visedwings049 Wrote: (Sep-05-2023, 03:03 PM)visedwings049 Wrote: I am using Python 3.9 1. I have created a product table that splits a description out into multiple column...
visedwings049 General Coding Help 8 1,316 Sep-06-2023, 06:51 PM
    Thread: Find a string from a column of one table in another table
Post: RE: Find a string from a column of one table in an...

Wow that is an amazing way to do it. This is very helpful i am going to play with this code and see if i can duplicate it with my data set. Thank you so much for this example i had not done anything w...
visedwings049 General Coding Help 8 1,316 Sep-06-2023, 04:23 PM
    Thread: Find a string from a column of one table in another table
Post: RE: Find a string from a column of one table in an...

(Sep-05-2023, 03:03 PM)visedwings049 Wrote: I am using Python 3.9 1. I have created a product table that splits a description out into multiple columns. 2. I have created a supplier table that ha...
visedwings049 General Coding Help 8 1,316 Sep-05-2023, 04:21 PM
    Thread: Find a string from a column of one table in another table
Post: Find a string from a column of one table in anothe...

I am using Python 3.9 I have created two pandas data frames from csv files product and supplier 1. I have created a product table that splits a description out into multiple columns. 2. I have cr...
visedwings049 General Coding Help 8 1,316 Sep-05-2023, 03:03 PM

User Panel Messages

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