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...
Take 2 with [code} tags applied.
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...
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...
Chris,
Yes, have looked at the lines. There must clearly be an error there, as you pointed out. But as I have said, I cannot spot it. If you know where the error lies and can let me know the correct code, that would be great and I would be obliged.
RR
spamjim and vacunita, thanks for your help.
I am pretty much a beginner with PHP/mysql. I am writing an update form for the employee details.
Having problems updating the departmentID.
The code that updates is below. My thanks in advance for any help in showing me where I am going wrong. On...
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.