We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c4543 commit d59a7b5Copy full SHA for d59a7b5
pandas/json.py
@@ -3,5 +3,5 @@
3
import warnings
4
warnings.warn("The pandas.json module is deprecated and will be "
5
"removed in a future version. Please import from "
6
- "the pandas.io.json instead", FutureWarning, stacklevel=2)
+ "pandas.io.json instead", FutureWarning, stacklevel=2)
7
from pandas._libs.json import dumps, loads
pandas/parser.py
@@ -3,6 +3,6 @@
warnings.warn("The pandas.parser module is deprecated and will be "
- "the pandas.io.parser instead", FutureWarning, stacklevel=2)
+ "pandas.io.parser instead", FutureWarning, stacklevel=2)
from pandas._libs.parsers import na_values
8
from pandas.io.common import CParserError
0 commit comments