deanm0000

Results 41 issues of deanm0000

### Description For example ``` df.group_by(Month=pl.col('dt').dt.truncate('1mo)).agg(pl.all().sum()) ``` I realize the same effect is available by using `alias` but just to be consistent with everywhere else.

enhancement
accepted

addresses https://github.com/pola-rs/polars/issues/13371

python
fix

### Description I think the long term plan is to directly support writing hive partitioned data to remote storage but in the interim I wonder if there's a middle term...

enhancement
P-low

### Polars 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://pypi.org/project/polars/) of...

bug
python
needs triage

### 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://pypi.org/project/polars/) of Polars. ###...

bug
python
P-medium

### Description I stumbled on this [SO question](https://stackoverflow.com/questions/75979236/what-is-the-difference-between-polars-collect-all-and-polars-lazyframe-collect/77883327#77883327) and discovered this: https://github.com/pola-rs/polars/blob/a6ee1e9dd1151a7d1aab390d45125e3c23425b14/crates/polars-lazy/src/physical_plan/planner/lp.rs#L479-L482 I wonder if there's any way to improve that check or workaround the deadlock issue such that more...

enhancement

I think in the plots.py functions there'd need to be a check if data is either pandas or polars and then `_create_chart_data_agg` would be for pandas and there'd be a...

When I try to render a graph in VSC I see the Chart data, options, type, etc, up to Chart created in the developer console but then I get `ipywidgetsKernel.js:2...

It seems microsoft called one thing v2 over a year ago so that now the new v2 programming model is refering to a different versioning scheme. IE. https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-python?tabs=wsgi%2Capplication-level&pivots=python-mode-decorators****

### Describe the bug When I run the command... ``` az functionapp config ssl bind \ --certificate-thumbprint $thumbprint \ --ssl-type SNI \ --name "app-$func_name" \ --resource-group $my_rg \ --verbose ```...

bug
Service Attention
Functions
Network - DNS
customer-reported
Auto-Assign
Auto-Resolve