-
When building the docker, pandas is not installing inside the container because an error shows up saying there is no matching version. I am using a mac with an M2 chip. This is the output of the failu…
-
The example in the readme.txt crash on Python 3.12 and above.
![image](https://github.com/user-attachments/assets/521c88d2-27ea-40a3-92a9-0b35e5a4378f)
I think the issue is a bug in pandas: (ht…
-
If I have a test file with
```python
import pytest
import narwhals as nw
@nw.narwhalify
def f(df):
return df.with_columns(d=nw.col('d')*2)
@pytest.mark.parametrize("lib", ["pandas", "po…
-
### System Info
OS Version : windows 11
Python Version : 3.11.9
Pandas ai version : 2.2.14
### 🐛 Describe the bug
Thanks for the Great work!
As a part of training the agent (QA Training) ,start…
-
### Describe the bug
```python
import marimo as mo
import narwhals as nw
import polars as pl
import pandas as pd
data = {"item": ["a", "a", "a", "b", "b", "b"], "start": [6, 7, 8, 14, 15, 16]}…
-
Some tests failing with pandas v2, noticed first in #110
```
=========================== short test summary info ============================
FAILED tests/test_airnow.py::test_add_data_hourly - as…
zmoon updated
2 months ago
-
Hi,
I wanted to ask about the fsspec convention of using '::' to chain URL handling protocols (e.g. simplecache with s3fs). Using '::' means the resulting string is not a URI (e.g. 'simplecache::s3…
-
hello,
I recently installed and ran the Bamboo for an alignment BAM file (Nanopore) following the author's instructions; however, the following errors occurred. Can you help me address the problem?
…
-
@guanwei49,
After giving **python prepareData.session_window.py**, getting an error
Exception has occurred: ParserError (note: full exception trace is shown but execution is paused at: _run…
-
Parent Issue: #58063
pandas has a script for validating docstrings:
https://github.com/pandas-dev/pandas/blob/6a7685faf104f8582e0e75f1fae58e09ae97e2fe/ci/code_checks.sh#L92-L105
Currently, …