-
## Problem
Need to be able to group and aggregate over ranges of dates (ie. every month, every 2 months, every year, etc)
## Suggested solution
Add datetime operators to the groupBy key. Mayb…
-
### Feature description
Does ogr sql have plans to implement GroupBy?
### Additional context
Does ogr sql have plans to implement GroupBy?
-
Suppose I define
```julia
julia> times = Ti(Date(2000,1):Month(1):Date(2003,12))
julia> xs = X(1:3)
julia> A = rand(xs, times)
╭──────────────────────────╮
│ 3×48 DimArray{Float64,2} │
├───…
-
**Describe the bug**
I am trying to run CellChat and I am getting a AttributeError: 'SparseCSRView' object has no attribute 'A'.
**To Reproduce**
Here is the code to call the method. The "adata…
-
![image](https://github.com/root-11/tablite/assets/4048422/8e8a923f-5397-4e53-877c-c9a88f395dea)
TODO: figure out how to measure memory footprint so that CPUs don't intercept on the memory footprin…
-
An [`Object.groupBy`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/groupBy) method is being added to JavaScript, but for now this is not available on LeetCod…
-
We already have normalization rules `EliminateDistinct` and `EliminateUpsertDistinct`, which eliminate a `DistinctOn` variant that is grouping on a key, since in that case it is a no-op. This isn't al…
-
this is not working
df.groupby('who').sum()
-
**Is your feature request related to a problem? Please describe.**
I want can use `GroupBy `with list input column for dataframe
**Describe the solution you'd like**
A clear and concise descripti…
-
just tried to calculate a mean seasonal cycle and got the following error:
```julia
julia> damsc = mean.(DimensionalData.groupby(da, Ti => dayofyear);)
ERROR: ArgumentError: Unable to determine chu…