You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 0.16.2 version, transform returns original values, while in the 0.15.2 version it properly transforms the values into group counts. The problem seems to be with how pandas deal with datetime objects.
The only difference is the pandas version, and everything else is the same.
In the 0.16.2 version, transform returns original values, while in the 0.15.2 version it properly transforms the values into group counts. The problem seems to be with how pandas deal with datetime objects.
The only difference is the pandas version, and everything else is the same.
0.15.2 version
0 2
1 2
2 1
3 1
Name: value, dtype: int64
0.16.2 version
0 10
1 20
2 30
3 40
Name: value, dtype: int64
Pandas versions
INSTALLED VERSIONS
commit: None
python: 3.3.5.final.0
python-bits: 32
OS: Windows
OS-release: 7
machine: AMD64
processor: Intel64 Family 6 Model 62 Stepping 4, GenuineIntel
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
pandas: 0.16.2
nose: 1.3.4
Cython: 0.22
numpy: 1.9.1
scipy: 0.15.1
statsmodels: 0.6.1
IPython: 2.4.1
sphinx: 1.2.3
patsy: 0.3.0
dateutil: 2.1
pytz: 2014.9
bottleneck: 0.8.0
tables: 3.1.1
numexpr: 2.3.1
matplotlib: 1.4.2
openpyxl: 1.8.5
xlrd: 0.9.3
xlwt: None
xlsxwriter: 0.6.6
lxml: 3.4.2
bs4: 4.3.2
html5lib: 0.999
httplib2: None
apiclient: None
sqlalchemy: 0.9.8
pymysql: None
psycopg2: 2.5.5 (dt dec pq3 ext)
The text was updated successfully, but these errors were encountered: