ID
ID columns act as reference labels. The values generally do not have any semantic or mathematical meaning on their own. Primary and foreign keys are examples of 'id'
columns.

user_id
is an id column that can be used to identify each row. It has a specific format: 'ID_'
followed by a 3-digit code.ID columns are not automatically detected. Please verify your data and manually set any ID columns.
Browse Id Transformers
Last updated