-
### 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…
-
Hi there!
I recently wrote a python script that will import dataframes via pandas to Blender:
https://github.com/kolibril13/bpy-pandas-mesh/blob/main/pandas_mesh.py
https://x.com/kolibril13/sta…
-
Is that possible to support Pandas Dataframe?
Currently, `snapshottest` only translate `df` into `GenericRepr` string value. The detailed data will be abbreviated.
I hope it can put the datafram…
-
Traceback (most recent call last):
File "/workspaces/BlocklyML/app.py", line 18, in
from libs.dataframe_visualizer import dataframe_visualizer
File "/workspaces/BlocklyML/libs/dataframe_vi…
-
### 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…
-
### 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/whatsnew/i…
-
### 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…
-
They benchmark the eager API which forces Polars to materialize every result and doesn't allow any optimizations. We state in our docs that if you benchmark Polars you should use the Lazy API.
I a…
-
### Checked for duplicates
Yes - I've already checked
### 🧑🔬 User Persona(s)
Data User
### 💪 Motivation
...so that I can easily display and access the metadata for a specific query
### 📖 Additi…
-
**Describe the bug**
pd.api.interchange.from_dataframe fails with simple cuDF dataframe
**Steps/Code to reproduce bug**
```python
import cudf
import pandas as pd
df = cudf.DataFrame({'a': [1,2,3], '…