-
Very useful tool! But I encountered a problem that I can't solve.
## Error details:
```
ModuleNotFoundError Traceback (most recent call last)
Cell In[31], line 1
----> 1 anno=scsa.cell_anno(clust…
-
follow conda install instruction, encounter error message.
(facechain) root@efa0a5b27714:/home/facechain# python app.py
Traceback (most recent call last):
File "/home/facechain/app.py", line 9,…
-
### 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…
-
Use of `snowflake.connector.pandas_tools.write_pandas` fails with:
```python
File "./.venv/lib/python3.11/site-packages/snowflakeutils/table.py", line 329, in write_as_dataframe
res = snowfla…
-
**Describe the bug**
When values are extracted from a data frame with a multi-index, the key is supposed to be an accepted tuple, but it is not.
**To Reproduce**
1. Provide a minimal runnable `pa…
-
**Describe the bug**
This is my first bug in report in an open source repo, so I apologize in advance if it's not done adequately.
The flag `Column(drop_invalid_rows=True)` has no effect when va…
-
```
Python: 3.11.8
Pandas: 2.2.1
Numpy: 1.26.4
```
There seems to be marginal benefit in terms speed when converting kdb tables into pandas using the .pd() method when using short ints instead …
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this issue exists on the [latest version](https://pandas.pydata.org/docs/what…
-
-
follow up on issues #56804 and #58063
pandas has a script for validating docstrings:
https://github.com/pandas-dev/pandas/blob/0cdc6a48302ba1592b8825868de403ff9b0ea2a5/ci/code_checks.sh#L206-L244
…