HazyResearch / meerkat

Creative interactive views of any dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] ValueError: Can only compare identically-labeled Series objects

seyuboglu opened this issue · comments

@hannahkim24

import pandas as pd
import meerkat as mk
col = mk.PandasSeriesColumn(pd.Series([1,2,3,4]))
col[[0,1,2]] == col[[0,1,3]]

Gives a value error "ValueError: Can only compare identically-labeled Series objects"