-
from https://datafusion.apache.org/
> DataFusion is an extensible query engine written in [Rust](http://rustlang.org/) that uses [Apache Arrow](https://arrow.apache.org/) as its in-memory format. D…
-
This seems like it should work: [Playground link](https://is.gd/Q8MWVS)
```rust
use std::sync::Arc;
trait Foo {}
struct Bar;
impl Foo for Bar {}
fn takes_foo(foo: &Foo) {}
fn main()…
-
Hi, I recently started using cytofkit2 to analyze fcs files. However, when I started loading the fcs file, it always stuck due to error: Warning: Error in ||: 'length = 3' in coercion to 'logical(1)'…
-
When SingleCellExperiment is converted into SummarizedExperiment, the resulting SE does not include rowData that was in the input,
```
library(SingleCellExperiment)
# Create dummy data
n_cells…
-
Hello!
Thanks for the interesting package!
I'm testing it on one of our datasets, which contains about 1M cells and 1.5k individuals. When calling the `lemur` function, I noticed that the tool c…
-
There's already a [Types::UUID](https://metacpan.org/pod/Types::UUID) type, but it builds on UUID::Tiny, while Attean uses the more advanced Data::UUID, and I suppose it might not be a good thing to c…
-
More of a question/potential enhancement request than anything. Basically, I was just wondering what it would take to create methods to coerce existing objects into a DataFrame object? I would imagi…
-
### Describe the bug
The function [can_coerce_from](https://docs.rs/datafusion/latest/datafusion/logical_expr/type_coercion/functions/fn.can_coerce_from.html) establishes the lossless conversions bet…
-
Javascript does not have distinct integer and float types. Therefore, 2.0 and 2 are equal.
When 2.0 is sent to the server (at least in JSON; probably also in Transit, though I've not tested), the s…
-
Hi there,
Thanks for the package.
When I was running `FindClusters(algorithm=4)`, I encountered this Warning. Should I be worried about it? If so, would you mind helping me diagnose this warni…