How to create prompt and completion for dataset which has numerical and categorical columns

We are trying to fine tune gpt3 model for the sales domain. we have a dataset that has both numerical and categorical columns. We are facing difficulty in creating prompt and completion wrt the dataset.
How to create prompt and completion for the above-mentioned dataset?