Nicolas Grandemange

Results 7 issues of Nicolas Grandemange

There is an exception when forcing *name* to be an unknown category instead of a string object dtype. ```python import dask dd = dask.datasets.timeseries() dd = dd.map_partitions(lambda part: part, meta={'id':...

dataframe
bug

Displaying a dask dataframe with a lot of columns in a Jupyter notebook can be very time, memory and space (ie: scroll) consuming for the browser. By default, all columns...

dataframe
needs attention
feature

I spent a lot of time digging into a deadlock issue with Dask distributed and Python 3.11. This issue was created so other people won't have to lose the same...

deadlock

Here's a first try, I am not a fan of the nested try block so any comments would be greatly appreciated. - [x ] Closes #9548 - [x ] Tests...

dataframe
needs attention
needs review

&#x1F6E0 DevTools &#x1F6E0 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/epizut/mlflow/pull/13476?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/13476/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 13476 ``` Signed-off-by:...

rn/none
area/sqlalchemy

### Issues Policy acknowledgement - [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md) ### Where did you encounter this bug? Local machine...

bug
area/sqlalchemy
has-closing-pr

On Windows, `pip` is able to save credentials in the Windows Credential Manager. Unfortunately, `pipenv` is unable to use those credentials when addressing a private repo. People are already familiar...

Type: Enhancement :bulb:
Category: Private PyPIs :sunglasses:
keyrings