Comment on How to process 100gb tsv and XML files?Comments−abdusco2yFor TSV, you might wanna consider importing it into a Sqlite database, then querying it however you please.https://stackoverflow.com/a/35454070/5298150You can also use datasette & sqlite utils for ithttps://sqlite-utils.datasette.io/en/stable/cli.html#inserti...
Comments
For TSV, you might wanna consider importing it into a Sqlite database, then querying it however you please.
https://stackoverflow.com/a/35454070/5298150
You can also use datasette & sqlite utils for it
https://sqlite-utils.datasette.io/en/stable/cli.html#inserti...