You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed appending to tables by adding filtering of None rows (#356)
This PR aims to fix#297 and
#346
It adds a utility method to filter rows that have a column containing
None, this will help Crawlers to not throw an error when a column is
None.
it also checks if the column in the class is Nullable or not, if it's
nullable and the value is None, it's ignored
0 commit comments