Forum Discussion
SkaistePapuskai
10 years agoNew Member
integer numbers for new column calculation
Hi, I have a small issue: my dataframe contains two columns - OrderedQuantity and DeliveredQuantity which contains decimal and integer values. I need to make a new column like this: =0 in those row...
diego_salinas
Advocate I
10 years agoIf you don't need the decimals at all, you can format the data type of your columns to "WHOLE NUMBER".