In CSV docs, computed columns should link to the function in the File.ts file that computes them
For example, the last column for exampleCount:

should say exampleCount() and link to the following:
https://github.com/breck7/pldb/blob/97ef6c487a87ede910ffd252e5e97036ef53a9a9/code/File.ts#L204
Thanks to PV for bringing this up!
Hi @breck7 , I will work on this.
Hi @breck7 , this is resolved in the above PR. Kindly have a look.
Hi @breck7 , this issue is fixed in #192 . Kindly check and let me know if you like it. As the changes were in csvImports.scroll file and it is in git ignore, I have to forcefully add the complete updated file. Let me know if we can use different approach here or if this is fine. Thank you.
Done