Skip to content

Commit 68471e5

Browse files
jinglinpengdovahcrow
authored andcommitted
perf(eda.correlation): performance tuning
Introduces DataArray and avoids redundant data readings for plot_correlation(df, *)
1 parent f3aaf02 commit 68471e5

File tree

15 files changed

+738
-657
lines changed

15 files changed

+738
-657
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ disable=print-statement,
143143
ungrouped-imports,
144144
too-few-public-methods,
145145
redefined-outer-name,
146-
no-else-return
146+
no-else-return,
147+
unsubscriptable-object
147148

148149
# Enable the message, report, category or checker with the given id(s). You can
149150
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)