Carter Fulcher
Carter Fulcher
No need to add an unnecessary dependency, just create a inherited class in your project: ```python class PandasScreener(Screener): def __init__(self, *args, **kwargs): super(*args, **kwargs) def to_pd(self): ... ```
I second that it'd be great to extend the `bounds` prop to disallow overlapping
+1 that this would be helpful. Currently try/catching to avoid errors
nice! thanks @Sysix @damianobarbati
Are there any updates on this? My company is looking to use this library in an upcoming product. We could possibly devote dev time to fixing.
I second this. When inserting large data (1gb+), it takes way longer than it should.