We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1265f66 commit 6bea7d9Copy full SHA for 6bea7d9
scripts/list_future_warnings.sh
@@ -28,7 +28,7 @@ EXCLUDE+="^pandas/util/_depr_module.py$|" # generic deprecate module that raise
28
EXCLUDE+="^pandas/util/testing.py$|" # contains function to evaluate if warning is raised
29
EXCLUDE+="^pandas/io/parsers.py$" # implements generic deprecation system in io reading
30
31
-BASE_DIR="$(dirname $(dirname $(realpath $0)))"
+BASE_DIR="$(dirname $0)/.."
32
cd $BASE_DIR
33
FILES=`grep -RIl "FutureWarning" pandas/* | grep -vE "$EXCLUDE"`
34
OUTPUT=()
0 commit comments