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
Also redoes some of the changes that were inadvertently revereted
in pandas-dev#12260.
That PR had two commits, one of which was an older version of
what was eventually merged in
pandas-dev#12162.
The stale commit incorrectly merged was a15248a.
It should have been a3c38fe.
For the most part the changes were just style, but there was a python2
import error, which our tests didn't fail on because I was trying to
catch a jinja ImportError, and instead caught all ImportErrors.
0 commit comments