How to preserve numeric column types when concatenating tables with empty columns
Hello, I have two tables ((imported from csv files initially) that I want to concatenate, each containing only one column, “Column 1” (see screenshot below). In the first table, there is no data; it is empty and of the Nominal character type (defaut, when exporting the csv). In the second table, there is numerical data. When I concatenate the two tables, the final format is nominal character eve...