|
|
|
|
|
by octopoc
89 days ago
|
|
> There is now a DataFrame.Typed API that tracks the entire schema of the dataframe - column names, misapplied operations etc are now compile time failures and you can easily move between exploratory and pipeline work. This makes complex dashboards so much easier to build, because in Python you have to test everything in the dashboard to make sure a change to a common dataset didn’t break anything. Is there a good web dashboard library like streamlit for Haskell I wonder? |
|
You can try it from https://www.datahaskell.org/ under "try out our current stack"