-
## What is the current behavior?
It appears that when calling `create_dataframe` with a pandas dataframe, the schema parameter passed is not actually used.
https://github.com/snowflakedb/snowpar…
-
In the [interchange protocol](https://data-apis.org/dataframe-protocol/latest/API.html), `describe_categorical` should return a dict, but cuDF returns a tuple
```python
>>> df = cudf.DataFrame({"f…
honno updated
2 weeks ago
-
**Describe the bug**
Scikit-Learn based transformers allow to set the output format via the set_output api.
If such a transformer is wrapper in TabularToSeriesAdaptor the set output configuration re…
-
Hi, dear all,
I am a new learner of Finnhub who is trying to do some basic work with Finnhub.
Finnhub-python version: 2.24.20.
Here is the code. API-key I have stored in .env with FINNHUB_KEY…
yy824 updated
1 month ago
-
`df.plotGrid {}` and `df.plotBunch{}`
-
### System Info
python 3.11, pandas-ai 2.2.14, ubuntu 22.04
### 🐛 Describe the bug
I'm looking for a way to work with large parquet files without loading entirely into RAM. This is incredibly wel…
-
### Pandas 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://pandas.pydata.org/docs/whatsn…
-
aregm updated
2 years ago
-
pandas and xarray allow users to drop part of the dataset with a drop method - see e.g. https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.drop.html. Which is opposite to `sel()` but should…
-
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