Irina Truong

Results 126 comments of Irina Truong

@dbaty Yes, let's close. Thank you.

That comment from @fpietka was in 2018, I don't think it's very relevant now. :) We all do our best to contribute, but life gets in the way. Also, as...

So, I can't reproduce the issue exactly, but we do have some odd behavior when the connection is lost and then restored. ### Steps 1. Run pgcli and connect to...

@sryze If you deleted the pgcli's default config file, it would create a new one in the user directory. For Linux or Mac, this would be `~/.config/pgcli/config`; for Windows, `%USERPROFILE%\\AppData\\Local\\dbcli\\pgcli\\config`....

Fixed in https://github.com/dbcli/pgcli/pull/1390.

We have a bit of tech debt to cleanup before we can declare we completely support pandas 2.0. You'll see several functions decorated with `@numeric_only_not_implemented` in the codebase. Thanks to...

👍 `pandas` and `pyarrow` restrictions will make`snowflake-connector-python` connector unusable with latest versions of `dask`.

I slightly modified the code from https://github.com/pandas-dev/pandas/issues/46072, to compare pandas 2.0 vs 1.5 behavior with aggregations on `DataFrameGroupBy` object, here is my version: Show the code ```python import pandas as...

@bertcoerver Since you're defining `cve2` yourself, you can catch warnings before `np.nanmean` is called, just like it's done here: https://github.com/dask/dask/pull/9916/files#diff-b60d0c0c32d24414e50ffbedb190c9e227b6b7db7e4727d1121b2e6bde68073fR645-R649

@vnoel Which function are you getting those from?