Json – Improving efficiency of uj in kdb for a large table
I have a not so massive table. About 500k records. It comes as a JSON file. I have to load it, parse it and flatten the dict (each row is a dict) This takes quite some time, but manageable (maybe…