-
Notifications
You must be signed in to change notification settings - Fork 869
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
Normalize LatLong NaN values during EntitySet creation #1924
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1924 +/- ##
==========================================
+ Coverage 98.97% 99.00% +0.02%
==========================================
Files 143 143
Lines 16369 16422 +53
==========================================
+ Hits 16201 16258 +57
+ Misses 168 164 -4
Continue to review full report at Codecov.
|
featuretools/primitives/standard/latlong_transform_primitives.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me once all the tests pass!
Normalize LatLong NaN values during EntitySet creation
Fixes #1819 and #1820