h2oai / h2oai/datatable

Strange bug with indexing in VSCode (failed to reproduce)

Open
#3,503 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
1.9k
Forks
164
Avg merge
7h 31m
Merged PRs (30d)
1

Description

I was working with a datatable (several thousand rows and ~35 columns) inside a pylance extension in VSCode for many hours; suddenly i found out that a specific row doesn't get indexed with f expression such as
(f.Index > 1840) & (f.Index < 1870)
but gets indexed with
f.Index == 1853

the problem wasn't with the datafile, not with datatypes, and not with datatable size
i also wasn't related to the column being named 'Index'
when i relaunched vscode and read all the data back in, the problem disappeared

i assume this is some bug with memory handling or, least probable, with the integer 1853 itself

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.