Is there any way in which i can convert my CSV data directly to Conll2003 format?

Is there any way in which i can convert my CSV data directly to Conll2003 format?

So that i can do transfer learning with my custom dataset on top of already established model (distilbert-base-uncased)

I want to follow the above process because I saw hugging face notebook ( notebooks/token_classification.ipynb at main 路 huggingface/notebooks 路 GitHub)
in which they have used Conll2003 data

My data looks like in the below screenshot

Hi! Some popular tools for conversion to conll are spaCy, Stanza, NLTK, flair, etc. So you can download one of these libraries and run a simple map on the loaded data to convert each row to Conll2003 format.