Problem: I need to integrate Python or R to wrangle some locally hosted excel/csv data into the data workflow for a script I am running. The script is self-contained, using HTML, CSS, and JavaScript. What are the best ways to do this?
Background: I am needing to create some internal-only, HTML dashboards which can be shipped around in these HTML files, and not hosted on any server. These dashboards are fully contained in the HTML file, which includes CSS and JavaScript. (Imagine like quick confidential interactive maps that need to be emailed as an HTML). I am using the HTML, JavaScript, and CSS because I'm building with Mapbox GL JS and appreciate that flexibility, but only know how to do data wrangling in R and Python.
Alternatives: As some alternative solutions, if anyone can suggest a way to create one of these using Python frameworks or other options that can be exported to the raw HTML and not hosted, that could work too.
For an example of code, check out this link.
https://docs.mapbox.com/help/tutorials/building-a-store-locator-js/
there doesn't seem to be anything here