-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Exception
and use appropriate exception types - pep8
- remove redundant parens in conditionals
- remove
\
style line joins -
range
->xrange
- functions should not exit after a warning with
None
they 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__
withsetattr
andgetattr
- 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