-
Right now we manually vendor in the dataframe interchange pipeline, which originally live in https://github.com/data-apis/dataframe-api. Ideally we'd instead have that repo as a submodule, as we can e…
honno updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
I find it very redundant and unnecessary to repeat typing a column reference for api functions that act on a single column dataframe…
-
### Modin version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest released version of Modin.
- [X] I have confirmed t…
-
I'm working on adding array API support in `scipy.stats` (scipy/scipy#20544) and one of the the things I'll need is a `quantile` function. If there is some support for this idea, I'll convert this iss…
-
**Describe the bug**
When trying to connect me with TM1py to a PA MSCP environment with the exemple provided, it doesn't work.
**To Reproduce**
**When try this code:**
```
from TM1py import TM…
-
I was working on a datasource plugin recently and realized that while we have some [really great documentation on dataframes](https://grafana.com/docs/grafana/latest/developers/plugins/data-frames/) t…
-
### Pandas version checks
- [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/)
### Location of the document…
-
I'm working on a [library](https://github.com/tokoko/subframe) that lets you build up substrait plans using dataframe API. Over the course of dataframe transformations various unrelated plans need to …
-
**Describe the bug**
Unable to import SpatialData as `DataTree` was merged to Xarray with the [latest release v2024.10.0](https://docs.xarray.dev/en/latest/whats-new.html#v2024-10-0-oct-24th-2024).
…
-
Path: /intro
Your code example
```python
import os
import pandas as pd
from pandasai import Agent
# Sample DataFrame
sales_by_country = pd.DataFrame({
"country": ["United States", "Uni…