-
A very common use case is for us to use a `Pandas` `DataFrame` for data analysis and manipulation for SystemLink data. We should add the ability to request a `Pandas.DataFrame` directly from a client …
-
Hi,
This caught my attention today and interestingly I was looking for python/rust combination to speed up the option greeks calculations for an option chain using pandas.
As of now, I realize t…
-
**Describe the bug**
When using the new MondrianCP class I'm unable to fit my estimator with a Pandas dataframe, while using the standard MapieRegressor this works fine. Since I'm using a sklearn p…
-
## Describe the bug
This issue occurs because `geopandas.GeoDataFrame` inherits from `pandas.DataFrame`, meaning it’s recognized as a type of `DataFrame`. However, `GeoDataFrame` contains geometry-sp…
-
**Describe the bug**
Currently, if a cuDF dataframe includes a categorical series, it cannot be converted to a cupy array using the `to_cupy` method.
**Steps/Code to reproduce bug**
```python
import …
-
## Description
Pandas DataFrame saved and loaded using pandas.DeltaTableDataset differs from the original DataFrame - it has additional column `__index_level_0__`. This is an Index saved as a column,…
-
### LeetCode Username
Oury24
### Problem Number, Title, and Link
https://leetcode.com/problems/modify-columns/?envType=study-plan-v2&envId=introduction-to-pandas&lang=pythondata
### Bug Category
…
-
I wan't the project to be typed deeper with the DataFrames. I think, that should be best managed by
-
### What happened?
`xr.concat()` and `xr.align()` behavior is based on the _values_ of coordinates, the result is surprising
### What did you expect to happen?
Consistent behavior, stable coo…
-
### LeetCode Username
Oury24
### Problem Number, Title, and Link
https://leetcode.com/problems/change-data-type/?envType=study-plan-v2&envId=introduction-to-pandas&lang=pythondata
### Bug Category…