arquero
arquero copied to clipboard
Uncaught TypeError: can't convert BigInt to number when computing means
"arquero": "6.0.1"
I found that there is an integrated pull request adding BigInt support for sum, median, quantile, etc. (https://github.com/uwdata/arquero/pull/26) but not for mean operator.
I got the problem because my data came from a parquet file with a BigInt column.