Hi @mention, thanks for the help with the issue on GitHub. I've some more specific questions, wondered if you may help. I have some ; separated CSVs that I'd like to use in Kern and I'm not really sure how to specify this.
I've tried with `sep=;` and `sep=';'` as stated in the pandas docs, but it seems to keep looking for `,` to divide fields. For example, for a simple file like this:
```
a;b;c
1;2;hola
```
The data schema looks like this (data-schema.png). How should I pass the parameter?. Thanks in advance