-
trying this code
```
import glaredb
import pandas as pd
df = pd.DataFrame(
{
"A": [1, 2, 3, 4, 5],
"fruits": ["banana", "banana", "apple", "apple", "banana"],
}
)
…
-
**Describe the bug**
Error: ../../../go/pkg/mod/github.com/apache/arrow/go/v12@v12.0.0-20230404000714-f02d35119ae6/arrow/array/dictionary.go:1556:22: math.MaxUint32 (untyped int constant 4294967295) …
-
### Is your feature request related to a problem or challenge?
I noticed below code:
https://github.com/apache/datafusion/blob/6a4a280e3cf70fe5f1a1cfe7c2de13e4c39f89bb/datafusion/physical-expr/src/e…
-
### Is your feature request related to a problem or challenge?
When I was doing #9323 , I found that duckDB supports this syntax
which does not implemented in datafusion
I think we should suppo…
-
From @ramanshah :
> `data.table` in R is an exemplary system for analysis of tabular data. While cryptic to a beginner, it is far more concise and expressive because it commits to a real semantics …
bennn updated
3 months ago
-
Hi, I really want to use this on a project. I think it would be useful, but currently it's kinda let down by some incomplete build instructions. Ive managed to get through quite a few hurdles here but…
-
In this PR, adds support for `CalendarIntervalType` in Arrow. We should look into this if whether we should add the support
Apache Commit - https://github.com/apache/spark/commit/c490d8c17af
-
https://github.com/apache/arrow/blob/master/cpp/src/arrow/ipc/reader.cc#L411 does seems to check for the case (I'm not sure if this is the right code though):
uncompressed length may be set to -1 t…
-
We are looking at lz4 implementations (and possibly other compressions) for Apache Arrow in https://issues.apache.org/jira/browse/ARROW-8674 and it would be very interesting for us to understand how t…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
Part of https://github.com/apache/arrow-datafusion/issues/7289
**Describe the solution…