-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
Closed
Labels
BugIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific labelTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite
Milestone
Description
- remove
isinstance(x, str)checks - handle urls with context managers
- get rid of
Exceptionand use appropriate exception types - pep8
- remove redundant parens in conditionals
- remove
\style line joins -
range->xrange - functions should not exit after a warning with
Nonethey should raise an exception - turn all the str
+style concats into format strings - remove redundant calls to
str - remove exception handlers with no exception type
- replace calls to
__setattr__and__getattribute__withsetattrandgetattr - code coverage at 99%
This should remove the connection reset by peer testing error and I thought I would perform a little housekeeping while I was at it.
Metadata
Metadata
Assignees
Labels
BugIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific labelTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite