-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Converting Series to categorical #16524
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
Labels
Milestone
Comments
yeah this should work. the PR's are welcome. |
preddy5
pushed a commit
to preddy5/pandas
that referenced
this issue
May 31, 2017
This was referenced May 31, 2017
preddy5
pushed a commit
to preddy5/pandas
that referenced
this issue
May 31, 2017
preddy5
pushed a commit
to preddy5/pandas
that referenced
this issue
Jun 1, 2017
preddy5
pushed a commit
to preddy5/pandas
that referenced
this issue
Jun 1, 2017
preddy5
pushed a commit
to preddy5/pandas
that referenced
this issue
Jun 1, 2017
preddy5
pushed a commit
to preddy5/pandas
that referenced
this issue
Jun 2, 2017
preddy5
pushed a commit
to preddy5/pandas
that referenced
this issue
Jun 4, 2017
preddy5
pushed a commit
to preddy5/pandas
that referenced
this issue
Jun 5, 2017
preddy5
pushed a commit
to preddy5/pandas
that referenced
this issue
Jun 5, 2017
TomAugspurger
pushed a commit
to preddy5/pandas
that referenced
this issue
Jun 7, 2017
jorisvandenbossche
pushed a commit
that referenced
this issue
Jun 9, 2017
Kiv
pushed a commit
to Kiv/pandas
that referenced
this issue
Jun 11, 2017
stangirala
pushed a commit
to stangirala/pandas
that referenced
this issue
Jun 11, 2017
TomAugspurger
pushed a commit
to TomAugspurger/pandas
that referenced
this issue
Jul 6, 2017
fix pandas-dev#16524 (cherry picked from commit 9fdea65)
TomAugspurger
pushed a commit
that referenced
this issue
Jul 7, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
When converting
Series
tocategorical
dtype, the following methodfails with traceback
When using simple list or np.array instead of pd.Series, it work. Doing
.astype('category')
also works.pandas: 0.20.1
pytest: None
pip: 9.0.1
setuptools: 35.0.1
Cython: 0.25.2
numpy: 1.12.1
scipy: 0.19.0
xarray: None
IPython: 5.3.0
sphinx: None
patsy: None
dateutil: 2.6.0
pytz: 2017.2
blosc: None
bottleneck: None
tables: 3.3.0
numexpr: 2.6.2
feather: None
matplotlib: 2.0.0
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: 0.999999999
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: 2.9.6
s3fs: None
pandas_gbq: None
pandas_datareader: None
The text was updated successfully, but these errors were encountered: