File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2066,6 +2066,8 @@ The Numpy parameter
2066
2066
+++++++++++++++++++
2067
2067
2068
2068
.. note ::
2069
+ This param has been deprecated as of version 1.0.0 and will raise a ``FutureWarning ``.
2070
+
2069
2071
This supports numeric data only. Index and columns labels may be non-numeric, e.g. strings, dates etc.
2070
2072
2071
2073
If ``numpy=True `` is passed to ``read_json `` an attempt will be made to sniff
@@ -2088,6 +2090,7 @@ data:
2088
2090
% timeit pd.read_json(jsonfloats)
2089
2091
2090
2092
.. ipython :: python
2093
+ :okwarning:
2091
2094
2092
2095
% timeit pd.read_json(jsonfloats, numpy = True )
2093
2096
@@ -2102,6 +2105,7 @@ The speedup is less noticeable for smaller datasets:
2102
2105
% timeit pd.read_json(jsonfloats)
2103
2106
2104
2107
.. ipython :: python
2108
+ :okwarning:
2105
2109
2106
2110
% timeit pd.read_json(jsonfloats, numpy = True )
2107
2111
You can’t perform that action at this time.
0 commit comments