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