Looking for some recommendations. I can do this with Django but it seems like a lot of baggage for a simple app.<p>I have a csv with 18 columns and 1600 rows. I would like to put this online so it's searchable, filterable. What's the best stack to do this with? Some JS framework? I don't mind loading the whole thing as text. The page should still load fast as 1600 rows and 18 columns is pretty light.
Check out Datasette by Simon Willison:
<a href="https://docs.datasette.io/en/stable/index.html" rel="nofollow">https://docs.datasette.io/en/stable/index.html</a>
How about a public Airtable or Google Sheets document? If you want a standalone site, embed that document in your static site. Visitors can view and do basic operations on your site, and you can link to the document on Airtable or Sheets so they can do more advanced analysis.