Mikita Karotchykau

Results 3 issues of Mikita Karotchykau

**Description** The following code ``` import pandas as pd import vaex p_df = pd.DataFrame({"A": ["abc"] * 100}) df = vaex.from_pandas(p_df) f_df = df[df["A"] == "abc"] f_df[99] # Works fine. f_df[-1]...

bug

**Description** I have a 22 GB `.parquet` file. After opening the file via `vaex.open`, `df.info()` outputs the following information (please note that column B is the only column that can...

### Report When you apply [gcp-pubsub](https://keda.sh/docs/2.15/scalers/gcp-pub-sub/), it won't trigger upscaling for some metrics in most cases if there are no changes in traffic. For instance, let's consider `NumUndeliveredMessages`. If someone...

bug
stale