Em 10 de agosto de 2018, Sven escreveu:
Am 03.08.2018 um 19:24 schrieb Henrique Andrade:
> "allocating string table"
>
[Translation-related]
Can you remind me again what this string table is? Something like a
mapping between strings that were found in the imported file and a
numerical code which is then used instead?
If so, my next question would be: Doesn't this stem from a time before
gretl had string-valued series? What's its role nowadays?
I don't know if this answers your first question ("Can you remind me
again what this string table is?"), but I think it does.
<hansl>
open
http://samplecsvs.s3.amazonaws.com/Sacramentorealestatetransactions.csv
string string_table = readfile("(a)workdir/string_table.txt")
print string_table
</hansl>
Best regards,
Henrique Andrade