-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
polars is having trouble inferring the schema for flags, i'm guessing that it's because at the start of the data that we're reading from, there's a bunch of null values for the flags, so i'm manually making it so the schema expects a list of strings
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #876 +/- ##
=======================================
Coverage 97.91% 97.91%
=======================================
Files 444 444
Lines 35399 35399
=======================================
Hits 34661 34661
Misses 738 738
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #876 +/- ##
=======================================
Coverage 97.91% 97.91%
=======================================
Files 444 444
Lines 35399 35399
=======================================
Hits 34661 34661
Misses 738 738
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #876 +/- ##
=======================================
Coverage 97.91% 97.91%
=======================================
Files 444 444
Lines 35399 35399
=======================================
Hits 34661 34661
Misses 738 738
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ All tests successful. No failed tests were found. 📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #876 +/- ##
=======================================
Coverage 97.91% 97.91%
=======================================
Files 444 444
Lines 35399 35399
=======================================
Hits 34661 34661
Misses 738 738
Flags with carried forward coverage won't be shown. Click here to 8000 find out more.
|
polars is having trouble inferring the schema for flags, i'm guessing that it's because at the start of the data that we're reading from, there's a bunch of null values for the flags, so i'm manually making it so the schema expects a list of strings