TableConverter now converts int to float and vice versa to match the desired dtype.
1 open thread
Compare changes
+ 2
− 0
@@ -279,6 +279,8 @@ class Crawler(object):
@@ -279,6 +279,8 @@ class Crawler(object):
TableConverter
now converts int to float and vice versa to match the desired dtype.
Does the implemented code match the desired behavior?
make unittest
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.