Results 29 comments of Kamil

@imSanko the reason is that in numpy >=2 numbers are printed with a type, which is why tests fail. I converted the numbers and arrays to Python instead of numpy...

Hi @madtoinou, contribution says that need an issue first, so I asked)

@aiiwnp this error usually happens when the array is of type `object`. It would be nice to have a reproducible example.

Hi @Blackandwhite23! I looked at the file: [describe_timeseries_pandas.py](https://github.com/ydataai/ydata-profiling/blob/76277313f9498bc1da69a36063f8767c1ff085a2/src/ydata_profiling/model/pandas/describe_timeseries_pandas.py#L214) function `pandas_describe_timeseries_1d`, which returns the `stationary` and `p_value`. The function has a check for `seasonal` (if it is, return False(row 214)): `stats["stationary"]...

@dennisbader when I commit af4725e, the following tests occurred: ``` tests (macos-13, 3.9, all) tests (ubuntu-latest, 3.9, all) ``` when merging commit 54f39f7 I see that there is, tests (ubuntu-latest,...

@Dabs212 in my opinion, the calculation is correct. I tried to calculate separately. The first year does not count. To calculate the first year, as far as I understand, the...

I see that you also have a build (3.11, 1) failure. [Here](https://github.com/e2nIEE/pandapower/issues/2396) I described the reason for the test failure: `test_from_mpc.py`. It is not clear why other builds pass tests?

I had a local test that was skipped because of the decorator (as far as I understand, if `matpowercaseframes` is not installed, the test is skipped), so there was no...

@marksher could you please post a reproducible example.