I am reading a CSV file, with one column having many different values, including being empty:
I want to classify the values of this column as either empty or nonempty to make a contingency table, but I am having trouble replacing all my nonempty values with one value to create this table.
Anyone know how this can be done?