-
I want to define a sort in my crosstab(in some rows or some columns), and I find the method [public T setComparatorExpression(DRIExpression> comparatorExpression)] in net.sf.dynamicreports.report.bu…
-
**Describe the bug**
Hi
While porting some code from Pandas, I have noticed that the column types after `cudf.crosstab()` does not match Pandas result.
Please, see a reproducer below:
```pyt…
-
I discovered this in pandas `1.2.5` and I tested it in `1.4.2` and `1.3.1`.
I haven't found a similar issue reported here.
I'm using python 3.9.10
Here's a "minimal" example: if I provide e.g. tw…
-
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
foo = pd.Categorical(['a', 'b'], categories=['a', 'b', 'c'])
bar = pd.Categorical(['d', 'e'], categories=['d',…
-
Can't resolve `'redux-persist/constants'` in 'projects/proto12/node_modules/redux-persist-crosstab'
currently using these dependencies
`
{
"dependencies": {
"react": "^16.4.2",
"reac…
-
#### Code Sample, a copy-pastable example if possible
I found that if passing two pandas Series (with same length, but different indices) to crosstab(), the cross tabulation result becomes incorrec…
-
Hey,
I had two columns of data. I could not find crosstab functionality in vaex(crosstab is available in pandas). I would like to know what is the replacement of a cross-tab function in vaex?
Be…
-
- `Version`: 5.4.2
### Description
Passing `crossTab: true` option to `useIdleTimer` seems to have no effect.
When downgrading to version 5.0.0, everything works just fine.
### System Inf…
-
Hi!
I have a model like
```python
class HalfOpen(models.Model):
class Rating(models.IntegerChoices):
VERY_BAD = -2, "Very bad"
BAD = -1, "Bad"
NEUTRAL = 0, "Neutra…
-
I stumbled upon strange results of simulated p-values from chisq.test for tables with large margins. There have been previous reports about issues with simulate.p.value in chisq.test (PR#8224) and fis…