polars has two libraries for the “browser” side and “server” side, respectively. However, I’m unable to follow their examples to get both work. (One post related to this is one: No loader is configured for “.node” files)
I’d like to ask how to use polars
in a node.js
project initiated with vite
, e.g. using import polars as pl from 'polars'
in a script.js
/main.js
file.