-
Hola Gon 👋🏻👋🏻👋🏻. Vamos allá con las correcciones del lab 💪🏻💪🏻💪🏻💪🏻💪🏻
## Filtrado
- Es conveniente comentar las las librerías que importamos especificando la utilidad de cada una
- Muy buen uso e…
-
```
import requests
from requests import ConnectionError,HTTPError,Timeout
url = 'https://data.ntpc.gov.tw/api/datasets/010E5B15-3823-4B20-B401-B1CF000550C5/json?page=0&size=2000'
try:
respon…
-
- Larastan Version: v2.9.9
- Laravel Version: v11.23.5
- Phpstan Version: 1.12.6
### Description
`groupBy('status')` returns `int|string` for TKey. I think that's acceptable, because Larastan …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
Use case:
User want to know the the document n…
-
### Description
Polars lacks support for sampling within each group after a groupby, unlike pandas, which offers a similar feature:
https://pandas.pydata.org/docs/reference/api/pandas.core.group…
-
**Is your feature request related to a problem? Please describe.**
Polars supports `group_by_dynamic` that does (approximately) grouped rolling windows.
We do not currently support this in cudf-pola…
-
When aggregating on values from a joined table EF produces what appears to be not optimal query. Repro code:
```
using Microsoft.EntityFrameworkCore;
var ctx = new BloggingContext();
var q1 = ctx.P…
-
I am using QGIS LTR 3.34.12 and downloaded Extractor 1.2 - The window opens nicely and I can select the files needed and statistics i want, but run generate an error message and no result. I am trying…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsn…
-
## Problem
In order to do any type of work on a Star Schema where you select the Fact Table and join in all of the Dimensions, you will always be grouping by related columns... almost never anythin…