Skip to content

Commit 1fba0c6

Browse files
sinhrksjorisvandenbossche
authored andcommitted
Add deprecation wrapper
1 parent 94fe3e1 commit 1fba0c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pandas/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@
4949
from pandas.tools.merge import (merge, ordered_merge,
5050
merge_ordered, merge_asof)
5151
from pandas.tools.pivot import pivot_table, crosstab
52-
from pandas.tools.plotting import scatter_matrix, plot_params
52+
53+
# deprecated
54+
import pandas.tools.plotting
55+
from pandas.plotting import scatter_matrix, plot_params
5356
from pandas.tools.tile import cut, qcut
5457
from pandas.tools.util import to_numeric
5558
from pandas.core.reshape import melt

0 commit comments

Comments
 (0)