The CSVDialog will import .txt and .xlsx files using the superReadFile method added to the utilities file. Pandas is really good at throwing errors if you get the encoding wrong, so if you rely on that you can try a few different codecs and the user experience is a lot nicer when importing the file getting immediate preview results (with header).
The CSVDialog will import .txt and .xlsx files using the superReadFile method added to the utilities file. Pandas is really good at throwing errors if you get the encoding wrong, so if you rely on that you can try a few different codecs and the user experience is a lot nicer when importing the file getting immediate preview results (with header).