xorbitsai / xorbits

Scalable Python DS & ML, in an API compatible & lightning fast way.
https://xorbits.readthedocs.io
Apache License 2.0
1.13k stars 69 forks source link

BUG: string accessor does not support getitem #586

Closed qinxuye closed 1 year ago

qinxuye commented 1 year ago

Describe the bug

A clear and concise description of what the bug is.

Traceback (most recent call last):
  File "/data/python/study/analysis_year_xorb.py", line 49, in <module>
    df_xiang = df[df['vehicleId'].str[0] == '湘']
                  ~~~~~~~~~~~~~~~~~~~^^^
TypeError: 'StringAccessor' object is not subscriptable