Query Failed When Query with String
henrylee97 opened this issue · comments
Seokhyun Lee commented
Symptom
Querying failed when the key is string.
How To Reproduce
from apps_sal import load_test_dataset
d = load_test_dataset()
d.query('0000')
Programming Competition Style Python Codes Datasets
henrylee97 opened this issue · comments
Querying failed when the key is string.
from apps_sal import load_test_dataset
d = load_test_dataset()
d.query('0000')