Thank you in advance for your help.
There is a products table in a csv that has multiple products. I need to create an ordinal list of the ranking of the products in descending order, so that a list is created with the ranking of the products most sold.
I thought that using the dictionary...
Thanks in advance for your help.
I am new to python and attempting to update a column, CUST_GENDER, in a csv.
I need to update the CUST_GENDER field by substituting either 1 or 0 depending on Male or Female. Once I have done that, I need it to save and leave the other values in the column...
I am trying to get something working and would appreciate some help.
Let's say I have 2 tables with a Join;
Employee table
EmployeeIDPK
EmployeeName
DepartmentID(FK)
Department Table
DepartmentID(PK)
DepartmentName
The List table will show the Employee details, including Department Name...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.