ecoevo.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Dedicated to Ecology and Evolution. We welcome academics, students, industry scientists, folks from other fields with links to E&E, scientific societies, and nature enthusiasts in general.

Administered by:

Server stats:

568
active users

Noam Ross

Hey folks:

What's a nice GUI program I can recommend to non-coders for browsing and searching a local folder of large CSVs dumped from a data (>100K rows each, multiple, different tables) exported from a database? Read-only is fine, fast full-text search and filter would be best.

I wonder if there's something backed. @collinschwantes

I might add: support for exporting subsets (as CSV or even Excel would be nice)

👆 Thanks for the many excellent and helpful replies here!

There are a lot of neat tools to make larger-than-excel data in easy to explore for non-coders in a GUI in this thread.

I'm definitely going to check out Tad (thanks, @dpprdan!).

ecoevo.social/@noamross/109785

@noamross @collinschwantes Depending on how many columns the files have libreoffice calc could be able to handle this

@noamross @collinschwantes I would opt for OpenRefine. It is no-code but you can save and apply macros as json files.openrefine.org/

openrefine.orgOpenRefine

@jaredlander @collinschwantes Seems interesting, but I would definitely would prefer a native app than something CLI-launched in the browser, and definitely need to avoid users needing knowledge of SQL.

@noamross @collinschwantes i would suggest throwing them into an SQLite db using the CLI. You have access to indexing for full text search from there.

@noamross @dpprdan I am also very interested! (RIP comma chameleon)

@hye I was mostly looking for view/search rather than editors, but there are a couple of those in there, too.

@tpoisot Not in this case. This is for people working from offline dumps of our DB. But I'll take a look. Do you use it?

We use AirTable as the DB for a lot of our projects and I find it and some of the other no-code tools have some great advantages. I worry about escalating cost + sustainability, so we also try to make sure everything gets mirrored to something flat/static/FOSS. We dump our AirTables to big CSV dirs. But I need to point noncoders to ways to easily browse that data, too.

@noamross @hye
What is your favourite so far for this usecase?