Skip to content
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

add ensure_time_dtype and handle pandas nullable dtypes in validate_format #38

Merged
merged 2 commits into from
Nov 10, 2023

Conversation

jmoralez
Copy link
Member

  • Adds the ensure_time_dtype function that will try to cast the time column from string to datetime
  • Adds support for handling pandas nullable dtypes (Float, Int, etc) in the validate_format function when checking the target, because ray can change regular types to those.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jmoralez jmoralez merged commit d6f82c2 into main Nov 10, 2023
@jmoralez jmoralez deleted the ensure-times branch November 10, 2023 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant