-
I saw the presentation made at PyData London 2022. Will be nice if you could share any plans/dates on when the library will be made public. Thank you.
-
Hello, when running the inform procedure with a Parquet input file, I get the following error:
```
(base) [henrique.almeida@loginapl01 henrique.almeida]$ rail-train -a tpz train3.pq estimator_tpz.…
-
### Context
_This issue is not a specific proposal, but I wanted to see if others in the community agree with me here, in the hopes that this might lead to a pathway forward, or explicitly settle t…
-
**Is your feature request related to a problem? Please describe.**
This is a Feature request for `cudf.Timedelta` similar to `pd.Timedelta` scalar duration type.
**Describe the solution you'd like…
-
Please take a moment to update the [Post PST A11y Audit](https://github.com/orgs/Quansight-Labs/projects/11/views/7) project board.
Then please provide your updates using the following template. (Y…
-
### Describe the bug, including details regarding any error messages, version, and platform.
When you call `to_pandas`, Arrow converts ints to doubles This leads to precision issues (e.g., some ints…
-
For SciPy maybe in https://github.com/scipy-conference/symposion/commit/208a644c3838cb577e55364f59c0d25b5ca50542 we picked up an edit view from PyOhio to provide a page where cells in the table view c…
-
The following line works OK for me to get credentials for gdrive:
```
pydata_google_auth.get_user_credentials(
["https://www.googleapis.com/auth/drive"])
```
but the following line
```
pyd…
-
I don't know if this is expected behavior, but I have to call load_dotenv() otherwise I get this:
`result.result.UnwrapError: Called `Result.unwrap()` on an `Err` value: "Missing API key 'OPENAI_AP…
-
As discussed here: https://github.com/pydata/pandas/pull/12874, some ideas:
- ~Only return `PeriodIndex`s when resampling `PeriodIndex`~ (#16153)
- Don't use `convention` when doing simple upsamplin…