-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot handle Date Column #3
Comments
Could you please post the code you're using here? |
I think I found the error, I'll update a patch soon, meanwhile cast it to Datetime formats as a workaround |
Thankyou. Can you also please post some tutorials how to color code columns? some of links are broken on various webs. |
This isssue is fixed in v0.1.6. I also add imedeltas support. To use with this component you just call (similar to line 113 in examples/example.py):
|
Cannot handle date column
df['Date']=pd.to_datetime(df['Date']).dt.date
The text was updated successfully, but these errors were encountered: