On 2020-01-13 20:09, Aureliano Guedes wrote:
About the Raku typing, suppose I'll write a library to deal with data frames/tables (as PDL - Perl(5) Data Language), something like Pandas-Python or R. After reading the file (csv; tsv ....) I'd like that some routine identifies the best type to fix each column (especially in cases like Unit, unit, int, ....) what is the best strategy?
Would you give us an example of what the data looks like?