[Pandas] Will extended dtypes be default?

10 views
Skip to first unread message

Alexander Kurakin

unread,
Sep 15, 2020, 3:40:42 AM9/15/20
to PyData
Good day!

import pandas as pd
# => '1.1.1'
pd.__version__
df = pd.DataFrame(index=range(5))
df['c'] = True
df['c'].dtype
# => dtype('bool')

Will it be BooleanDType in the future?

Thanks!

Tom Augspurger

unread,
Sep 15, 2020, 9:02:25 AM9/15/20
to pyd...@googlegroups.com

--
You received this message because you are subscribed to the Google Groups "PyData" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pydata+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pydata/96d5a33a-f8df-4846-87a5-148ad7452b83n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages