We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8625aae commit 8228253Copy full SHA for 8228253
RELEASE.rst
@@ -184,7 +184,9 @@ pandas 0.10.0
184
datetime64 when calling DataFrame.apply. (#2374)
185
- Raise exception when calling to_panel on non uniquely-indexed frame (#2441)
186
- Improved detection of console encoding on IPython zmq frontends (#2458)
187
-
+ - Preserve time zone when .append-ing two time series (#2260)
188
+ - Box timestamps when calling reset_index on time-zone-aware index rather
189
+ than creating a tz-less datetime64 column (#2262)
190
191
pandas 0.9.1
192
============
0 commit comments