We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa6e20 commit 1279258Copy full SHA for 1279258
scripts/check_for_inconsistent_pandas_namespace.py
@@ -31,6 +31,7 @@
31
EXCLUDE = {
32
"array", # `import array` and `pd.array` should both be allowed
33
"eval", # built-in, different from `pd.eval`
34
+ "io", # built-in, different from `pd.io`
35
"np", # pd.np is deprecated but still tested
36
}
37
Offset = Tuple[int, int]
0 commit comments