-
## question to ask chatgpt o1
polars to pandas style, create a DataFrame, must use df.loc[], not df.loc(),
```python
df = DataFrame(
{"ref": list('abcd'), 'x': [1,2,3,4], 'z': [7,8,9,6]}…
-
### Describe the bug
When there are multiple dataframes, selected cells of the dataframes except first one never gets unselected.
The cell is selected forever until the user refreshes the browser,…
-
It appears that #9520 may have broken some upstream pandas tests, specifically testing round-trips with various index types:
https://github.com/pandas-dev/pandas/blob/e78ebd3f845c086af1d71c0604701ec4…
-
The pandas nightly/upstream_devel builds show some warnings from pandas that we should address:
```
=============================== warnings summary ===============================
opt/conda/envs…
-
### Describe the bug
If row_count attribute of Dataframe component is initialized to 0, the startup queue hangs.
### Have you searched existing issues? 🔎
- [X] I have searched and found no existin…
-
## The Issue
Consider this branch of code: https://github.com/plotly/plotly.py/blob/956ab2cd158f0d20b322aa49e2f717a56aa6b9e2/packages/python/plotly/_plotly_utils/basevalidators.py#L103
It attempts…
-
## Environment data
- VS Code version: 1.93.1
- Data Wrangler Extension version (available under the Extensions sidebar): 1.8.1
- Jupyter Extension version (available under the Extensio…
-
Capturing this issue that is leading to some pretty bad UX but [isn't even an issue in Tabulator](https://github.com/olifolkerd/tabulator/issues/3907#issuecomment-1318215098), instead it's due to diff…
-
### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
A standard pandas data frame, which is an instance of `p…
-
### Describe the bug, including details regarding any error messages, version, and platform.
Python version: 3.10.14
pyarrow version: 16.1.0
pandas version: 2.2.2
pytest version: 8.2.1
I have s…
bjfar updated
2 months ago