-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
Description
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
(optional) I have confirmed this bug exists on the master branch of pandas.
Straight forward issue. Not all .c
files are generated and shouldn't be ignored. Problematic for code searching tools that are set to respect .gitignore
files. Ran into this when doing rg
to search for on_bad_lines
and never saw the matches in _libs/src/tokenizer.c