@@ -137,7 +137,6 @@ usecols : array-like or callable, default ``None``
137137
138138 Using this parameter results in much faster parsing time and lower memory usage.
139139as_recarray : boolean, default ``False ``
140-
141140 .. deprecated :: 0.18.2
142141
143142 Please call ``pd.read_csv(...).to_records() `` instead.
@@ -193,7 +192,6 @@ skiprows : list-like or integer, default ``None``
193192 skipfooter : int, default ``0 ``
194193 Number of lines at bottom of file to skip (unsupported with engine='c').
195194skip_footer : int, default ``0 ``
196-
197195 .. deprecated :: 0.19.0
198196
199197 Use the ``skipfooter `` parameter instead, as they are identical
@@ -208,13 +206,11 @@ low_memory : boolean, default ``True``
208206 use the ``chunksize `` or ``iterator `` parameter to return the data in chunks.
209207 (Only valid with C parser)
210208buffer_lines : int, default None
211-
212209 .. deprecated :: 0.19.0
213210
214211 Argument removed because its value is not respected by the parser
215212
216213compact_ints : boolean, default False
217-
218214 .. deprecated :: 0.19.0
219215
220216 Argument moved to ``pd.to_numeric ``
@@ -223,7 +219,6 @@ compact_ints : boolean, default False
223219 parser will attempt to cast it as the smallest integer ``dtype `` possible, either
224220 signed or unsigned depending on the specification from the ``use_unsigned `` parameter.
225221use_unsigned : boolean, default False
226-
227222 .. deprecated :: 0.18.2
228223
229224 Argument moved to ``pd.to_numeric ``
0 commit comments