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
eg print 'asdasd' instead of the new print('asdasd') means the program doesn't install completely.
i guess makes this kind of tough to use if you are running a python 3.x version?
is there a smart workaround aside from changing all the python files?
im basically just trying to remove gaps on multi day intraday charts.... something pandas can't do by itself just yet....
thanks
The text was updated successfully, but these errors were encountered:
ah, this is due to me not using python 3. If you want to change and verify it working on py3 i'll merge the PR. Otherwise, I'll change it whenever I update to py3.
eg print 'asdasd' instead of the new print('asdasd') means the program doesn't install completely.
i guess makes this kind of tough to use if you are running a python 3.x version?
is there a smart workaround aside from changing all the python files?
im basically just trying to remove gaps on multi day intraday charts.... something pandas can't do by itself just yet....
thanks
The text was updated successfully, but these errors were encountered: