Mikita Karotchykau

Results 2 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...