Zulip Chat Archive
Stream: general
Topic: CSV files and inner join
Martin Dvořák (Jun 08 2025 at 11:10):
I want to parse a few CSV files, save data from each of them in a term of type T, and later I want to perform operations like inner join. What type should I choose as T in Lean? Should I use List or Array or something else?
Last updated: Feb 28 2026 at 14:05 UTC