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
Suggestion: Changing print open('bar.csv').read() statements to print(open('bar.csv').read()) in documentation would make the docs more compatible with Python3.X and still keep it compatible with Python2.X.