Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange bug with indexing in VSCode (failed to reproduce) #3503

Open
ivan866 opened this issue Nov 18, 2024 · 0 comments
Open

Strange bug with indexing in VSCode (failed to reproduce) #3503

ivan866 opened this issue Nov 18, 2024 · 0 comments

Comments

@ivan866
Copy link

ivan866 commented Nov 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant