-
Notifications
You must be signed in to change notification settings - Fork 683
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
Date picker does not work in Streamlit #256
Comments
Which the version of pygwalker are you using? What is the type of your date field? If it is a string, What is the format of your date field? |
I am using the latest 0.3.8a2 version that is available on Conda. The type is pd.to_datetime I also tried passing parse_dates parameter but that did not change anything |
I'm trying to reproduce it. date picker is working, but there are some time zone bugs. What is the status with date picker in your dataset? |
I am using the UTC timezone, so no timezone issues, however I have a dataset with mixed dates (not continuous dates) and able to select only one month, while the dataset contains different months |
With DuckDB I am not able to select any dates and the date picker shows selector for the year 1970 |
Can you give me some sample data? df[["your_date_field"]][:1000].to_pickle("example.pkl") It's already 1:00 am here, I will reply to you tomorrow. |
It's a bug in graphic-walker which can be reproduced with any dataset with temporal field in graphic walker online playground |
Hi @ObservedObserver @longxiaofei @Asm-Def, it appears that the above issue has been fixed? Can you please cut a release for it on Conda so users can start using the date picker again? Thank you very much in advance |
@ilyanoskov Hi, I discovered another date picker bug during pre-release testing today. I will release a new version before Oct. 18 after fixing this bug. |
@ilyanoskov 0.3.8 version already released in conda, But I'm not sure whether to fix this bug(There are too many bugs about date..), looking forward to your feedback. I only recently noticed this PR:: conda-forge/pygwalker-feedstock#13. Do you need me to add you to CODEOWNERS? |
Hi, I have checked out the 0.3.9 version and it seems like it still has date picker bugs in Streamlit. Now, the date ranges are not possible to be selected at all. This makes Pygwalker not usable for even simple data analysis tasks :( |
Correction, the date picker without DuckDB seems to work, but not with DuckDB |
What is the version of duckdb? This is a demo(base pygwalker0.3.9, use duckdb): https://pygwalker-in-app-twitter-explore.streamlit.app/ everything looks fine. |
Can you give me some sample data? I only need the data for date column. df[["your_date_field"]][:1000] |
I am using Pygwalker with Streamlit and it appears that the date picker does not work both with DuckDB and regular format. Can you please confirm it's working?
The text was updated successfully, but these errors were encountered: