-
### Bug description
The second table does not render correctly:
````qmd
---
title: "Empty"
engine: jupyter
---
```{python}
#| label: tbl-test1
#| tbl-cap: Test1
import pandas as pd
pd.DataFrame(d…
-
This is essentially the same as this open [pylint issue](https://github.com/pylint-dev/pylint/issues/3903).
Pandas has string [queries](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame…
-
This fails in Spark:
```
r1 = {
"first_name": "John",
"surname": "Smith",
"dob": "1980-01-01",
}
r2 = {
"first_name": "John",
"surname": "Smith",
"dob": None,
}
…
-
### Feature Type
- [X] Adding new functionality to pandas
- [X] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
It wo…
-
Hi, thanks for developing this great package! I’m currently working with Trackpy for particle tracking, and it outputs trajectory data as a Pandas DataFrame with columns like `frame`, `particle`, `x`,…
-
As per patsy's [documentation](https://patsy.readthedocs.io/en/latest/formulas.html#intercept-handling), the following results in a design matrix with no intercept:
```python
>>> patsy.dmatrix('a …
-
-
### Describe the bug
When the filter expression is used within an `agg` context using a pandas dataframe, the following exception is raised:
```
ValueError: Length of values (1) does not match …
-
Hello i am trying to call the function table_to_df:
```import requests
import json
import pandas as pd
import numpy as np
from stats_can import StatsCan
sc = StatsCan()
def get_statcan_dict(u…
-
**Describe the bug**
This is a minor issue, but fixing it now will help avoid problems with future versions of Pandas.
**To Reproduce**
Execute in Jupyter:
```Python
import platform
import p…