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
python-json-rw is not designed for iterable extracting
lxml.xpath is not designed for iterable extracting
But implement AbstractSimpleExtractor.iter_extract and AbstractComplexExtractor.iter_extract can be able to reduce the memory usage when doing large data extracting .
The text was updated successfully, but these errors were encountered:
python-json-rw
is not designed for iterable extractinglxml.xpath
is not designed for iterable extractingBut implement
AbstractSimpleExtractor.iter_extract
andAbstractComplexExtractor.iter_extract
can be able to reduce the memory usage when doing large data extracting .The text was updated successfully, but these errors were encountered: