Hi Gülşah Kılıç,
Thanks for reaching out to Microsoft Q&A.
In AzureML you are loading your dataset into data entities and reading it from the notebook, you notice that your column names are being replaced by the data from the first row. Let's see some of the options to narrow down/fix the issue.
- Sometimes, extra characters (such as spaces or special symbols) in column names can cause unexpected behavior. Ensure that your column names don’t have any trailing spaces or hidden characters.If you’re using a CSV file, open it in a text editor and verify that the column names are good.
- In AzureML, you can use the Edit Metadata component to modify column names. This allows you to ensure consistency across datasets.
- If your input datasets have column names that should match but didnt, you might encounter issues. Hence use the Edit Metadata component to align the column names appropriately.
- While working with column names, consider using the With rules option. Click on the “enter column name” text box, and a list with all column names will appear. You can select multiple columns in the same rule.
- If you’re dealing with an extra character issue, especially when reading data from Excel, check if there are any trailing spaces or other unexpected characters in your column names and trim the input fields wherever necessary.
Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.