Search
Search Results
Search finished, found 5 page(s) matching the search query.
- Version 0.13.0 (January 3, 2014)
...Deprecations Deprecated in 0.13.0 deprecated iterkv, which will be removed in a future release (this was an alias of iteritems used to bypass 2to3’s changes). (GH 4384, GH 4375, GH 4372) deprecated the string method match, whose role is...
- Version 0.14.0 (May 31 , 2014)
...C D A 0.035310 0.326593 -0.505430 B 0.137748 -0.006888 -0.005383 C -0.006888 0.861040 0.020762 Series.iteritems() is now lazy (returns an iterator rather than a list). This was the documented behavior prior to 0.14. (GH 67...
- Version 0.20.1 (May 5, 2017)
...of iloc and iat as explained here (GH 10711). The deprecated DataFrame.iterkv() has been removed in favor of DataFrame.iteritems() (GH 10711) The Categorical constructor has dropped the name parameter (GH 10632) Categorical has dropped sup...
- What’s new in 1.5.0 (September 19, 2022)
...e zones; in a future version both will be cast to UTC instead of object dtype (GH 39328, GH 45357) Deprecated DataFrame.iteritems(), Series.iteritems(), HDFStore.iteritems() in favor of DataFrame.items(), Series.items(), HDFStore.items() (...
- What’s new in 2.0.0 (April 3, 2023)