@@ -355,27 +355,29 @@ There are prior version deprecations that are taking effect as of 0.14.0.
355
355
356
356
- Remove ``column`` keyword from ``DataFrame.sort`` (:issue:`4370`)
357
357
358
- - Remove ``precision`` keyword from :func:`set_eng_float_format` (:issue:`6641 `)
358
+ - Remove ``precision`` keyword from :func:`set_eng_float_format` (:issue:`395 `)
359
359
360
360
- Remove ``force_unicode`` keyword from :meth:`DataFrame.to_string`,
361
361
:meth:`DataFrame.to_latex`, and :meth:`DataFrame.to_html`; these function
362
- encode in unicode by default (:issue:`6641 `)
362
+ encode in unicode by default (:issue:`2224`, :issue:`2225 `)
363
363
364
364
- Remove ``nanRep`` keyword from :meth:`DataFrame.to_csv` and
365
- :meth:`DataFrame.to_string` (:issue:`6641 `)
365
+ :meth:`DataFrame.to_string` (:issue:`275 `)
366
366
367
- - Remove ``unique`` keyword from :meth:`HDFStore.select_column` (:issue:`6641 `)
367
+ - Remove ``unique`` keyword from :meth:`HDFStore.select_column` (:issue:`3256 `)
368
368
369
- - Remove ``inferTimeRule`` keyword from :func:`Timestamp.offset` (:issue:`6641 `)
369
+ - Remove ``inferTimeRule`` keyword from :func:`Timestamp.offset` (:issue:`391 `)
370
370
371
371
- Remove ``name`` keyword from :func:`get_data_yahoo` and
372
- :func:`get_data_google` (:issue:`6641`)
372
+ :func:`get_data_google` (`commit b921d1a
373
+ <https://github.com/pydata/pandas/commit/b921d1a2>`__)
373
374
374
375
- Remove ``offset`` keyword from :class:`DatetimeIndex` constructor
375
- (:issue:`6641`)
376
+ (`commit 3136390
377
+ <https://github.com/pydata/pandas/commit/3136390>`__)
376
378
377
379
- Remove ``time_rule`` from several rolling-moment statistical functions, such
378
- as :func:`rolling_sum` (:issue:`6641 `)
380
+ as :func:`rolling_sum` (:issue:`1042 `)
379
381
380
382
.. _whatsnew_0140.deprecations:
381
383
0 commit comments