-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Regression on SeriesGrouper using Timestamp index with pandas 1.3.0 #42390
Labels
Datetime
Datetime data dtype
Groupby
Regression
Functionality that used to work in a prior pandas version
Milestone
Comments
philpep
added a commit
to philpep/pandas
that referenced
this issue
Jul 5, 2021
…v#42390) This fixes a regression introduced in c355ed1 where cache is not initialized with correct state of islider and vslider. On Timestamp index this trigger a "ValueError Length of values does not match length of index" Closes pandas-dev#42390 Signed-off-by: Philippe Pepiot <phil@lowatt.fr>
philpep
added a commit
to philpep/pandas
that referenced
this issue
Jul 5, 2021
…v#42390) This fixes a regression introduced in c355ed1 where cache is not initialized with correct state of islider and vslider. On Timestamp index this trigger a "ValueError Length of values does not match length of index" Closes pandas-dev#42390 Signed-off-by: Philippe Pepiot <phil@lowatt.fr>
philpep
added a commit
to philpep/pandas
that referenced
this issue
Jul 5, 2021
…v#42390) This fixes a regression introduced in c355ed1 where cache is not initialized with correct state of islider and vslider. On Timestamp index this trigger a "ValueError Length of values does not match length of index" Closes pandas-dev#42390 Signed-off-by: Philippe Pepiot <phil@lowatt.fr>
philpep
added a commit
to philpep/pandas
that referenced
this issue
Jul 6, 2021
…v#42390) This fixes a regression introduced in c355ed1 where cache is not initialized with correct state of islider and vslider. The first call of {v,i}slider.move() must be done before initializing the cache. On Timestamp index this trigger a "ValueError Length of values does not match length of index" Closes pandas-dev#42390 Signed-off-by: Philippe Pepiot <phil@lowatt.fr>
philpep
added a commit
to philpep/pandas
that referenced
this issue
Jul 7, 2021
…v#42390) This fixes a regression introduced in c355ed1 where cache is not initialized with correct state of islider and vslider. The first call of {v,i}slider.move() must be done before initializing the cache. On Timestamp index this trigger a "ValueError Length of values does not match length of index" Closes pandas-dev#42390 Signed-off-by: Philippe Pepiot <phil@lowatt.fr>
philpep
added a commit
to philpep/pandas
that referenced
this issue
Jul 7, 2021
…v#42390) This fixes a regression introduced in c355ed1 where cache is not initialized with correct state of islider and vslider. The first call of {v,i}slider.move() must be done before initializing the cache. On Timestamp index this trigger a "ValueError Length of values does not match length of index" Closes pandas-dev#42390 Signed-off-by: Philippe Pepiot <phil@lowatt.fr>
simonjayhawkins
added a commit
to simonjayhawkins/pandas
that referenced
this issue
Jul 28, 2021
@jbrockmendel i've closed #42391 as stale. |
4 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Datetime
Datetime data dtype
Groupby
Regression
Functionality that used to work in a prior pandas version
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Code Sample, a copy-pastable example
Problem description
This raise with 1.3.0 and succeeded with 1.2.5
Output of
pd.show_versions()
INSTALLED VERSIONS
commit : c8b79e1bd30fb4d36e5c1f894757d59c57837528
python : 3.7.3.final.0
python-bits : 64
OS : Linux
OS-release : 4.19.0-17-amd64
Version : #1 SMP Debian 4.19.194-2 (2021-06-21)
machine : x86_64
processor :
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
pandas : 1.3.0+4.gc8b79e1bd3
numpy : 1.21.0
pytz : 2021.1
dateutil : 2.8.1
pip : 21.1.3
setuptools : 57.1.0
Cython : 0.29.23
pytest : 6.2.4
hypothesis : 6.14.1
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : None
IPython : None
pandas_datareader: None
pandas_datareader: None
bs4 : None
bottleneck : None
fsspec : None
fastparquet : None
gcsfs : None
matplotlib : None
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pyxlsb : None
s3fs : None
scipy : None
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
numba : None
The text was updated successfully, but these errors were encountered: