amirouche
amirouche
Is there an equivalent of [pandas.DataFrame.describe](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.describe.html). TIA!
## NNG & Platform details. GNU Linux ## Expected Behavior The build system install a pkg-config `.pc` file somewhere ## Actual Behavior No `.pc` is installed ## Steps to Reproduce...
[RISC-V open-hardware started shipping](https://en.wikipedia.org/wiki/RISC-V#Implementations). [QEMU support RISC V](https://wiki.qemu.org/Documentation/Platforms/RISCV), so it should be simple to start a port.
Is it generally possible to query `errno` using C FFI?
I am looking at Chez immutable string support to implement [SRFI-135](https://srfi.schemers.org/srfi-135/) aka. `(scheme text)` as part of [arew](https://github.com/amirouche/arew-scheme/issues/3). The main problem I see with current immutable string support is that...
I see more and more code relying on [SRFI-145](https://srfi.schemers.org/srfi-145/) aka. `assume` > A means to denote the invalidity of certain code paths in a Scheme program is proposed. It allows...
It is my understanding that with `Index::Search` in the case of `HNSW` that the result is not always 100% recall, being able to continue the search, that is having pagination...