You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since we recently removed 2.6 (and 3.3) support, we are now free to use some features of later releases.
Some of these may be useful. We should investigate and create individual issues.
The text was updated successfully, but these errors were encountered:
jreback
added
Testing
pandas testing functions or related to the test suite
Compat
pandas objects compatability with Numpy or Python functions
Master Tracker
High level tracker for similar issues
labels
Jan 7, 2016
xref #7718
xref #11988
since we recently removed 2.6 (and 3.3) support, we are now free to use some features of later releases.
Some of these may be useful. We should investigate and create individual issues.
see here
{1,2,3}
is a mutable set).{i: i*2 for i in range(3)}
).io
library (CLN: StringIO from io instead of from StringIO #10470)argparse
(rather thenoptparse
)sysconfig
.format
assertRaises
as a context managerThe text was updated successfully, but these errors were encountered: