-
### Is your feature request related to a problem?
Similar to https://github.com/Eventual-Inc/Daft/issues/3082
It would be good to implement a version of distinct which only takes in a subset of th…
-
#### ALL software version info
``` python
hvplot.__version__ = '0.7.3'
pandas.__version__ = '1.3.4'
panel.__version__ = '0.12.4'
param.__version__ = '1.12.0'
numpy.__version__ = '1.20.3'
holovi…
-
is there any implementation with groupby ?
-
### Description
DataFrame.tail and DataFrame.head support negative integers for the n argument. It would be great if the GroupBy.tail and head methods supported the same behavior.
Passing a negative…
-
Hi,
I can't seem to find in the documentation (code.google.com/apis/maps/documentation/javascript/reference.html) how to perform a groupby (without running a raw statement) is this something planned …
-
smth was changed in groupBy, I have two groups: 'My projects' vs 'Other projects'. Previously it was My then Other, and now Other than My. What should I do to sort goup names
-
Aggregations and GroupBy support in GraphQL Schema.
Here is the [RFC](https://github.com/hasura/graphql-engine/blob/master/v3/rfcs/aggregations.md) for the technical design that can be reviewed.
(In…
-
Where "MyField" and "MyOtherField" are non-nullable integers.
I'm able to create distinct groupings no problem like:
`GroupBy(p=> new { MyField = p.MyField, MyOtherField = p.MyOtherField}).Select(…
-
### Feature description
We're using the multi-selector in one of our internal projects and we love it.
We had the requirement to provide a similar functionality also as single select.
We trie…
-
### Describe the Bug
When performing an aggregate, the response is not entirely type safe.
```ts
const response = await this.directus.getClient().request(
aggregate('components_review', {
…