
prerna.ds.py.PandasIterator Maven / Gradle / Ivy
The newest version!
package prerna.ds.py;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import prerna.algorithm.api.SemossDataType;
import prerna.engine.api.IHeadersDataRow;
import prerna.om.HeadersDataRow;
public class PandasIterator implements Iterator{
private String[] headers = null;
private List actHeaders = null;
private boolean transform = false;
// I will also set the query here
// so it can be cached for future
private String query = null;
// Current implementation.. pulls the data into the memory.. we will change it after
public List fullData = new ArrayList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy