How can I remove the outer layer of this?
[[['SKU', 'DHF', 'KSD'], ['KUD', 'HFK', 'SDJ'], ['UDH', 'FKS', 'DJH']],
[['KUG', 'UJY', 'FUY'], ['UGU', 'JYF', 'UYF'], ['GUJ', 'YFU', 'YFG']]]
There are plenty of posts detailing how to flatten a list of lists (essentially the same as removing the outer layer), but I could not find anything for a list of lists of lists
Thanks!