Skip to content

Conversation

@ueshin
Copy link
Collaborator

@ueshin ueshin commented Mar 25, 2020

Fixing a bug in iloc for Series when the series is modified.

>>> kser = ks.Series([1, 2, 3])
>>> (kser + 1).iloc[0]
Traceback (most recent call last):

...

pyspark.sql.utils.AnalysisException: 'Cannot resolve column name "`(0 + 1)`" among (__distributed_sequence_column__, __index_level_0__, 0);'

@HyukjinKwon HyukjinKwon merged commit 82de434 into databricks:master Mar 26, 2020
@ueshin ueshin deleted the iloc branch March 26, 2020 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants