Static Methods

Summary

staticmethod

class parent

truncated documentation

_process_kwargs

StreamingDataFrame

Filters out parameters for the constructor of this class.

_process_kwargs

StreamingSeries

Filters out parameters for the constructor of this class.

read_csv

StreamingDataFrame

Reads a csv file or buffer as an iterator on DataFrame. The signature is the same as pandas.read_csv. …

read_csv

StreamingSeries

Reads a csv file or buffer as an iterator on DataFrame. The signature is the same as pandas.read_csv. …

read_df

StreamingDataFrame

Splits a DataFrame into small chunks mostly for unit testing purposes.

read_df

StreamingSeries

Splits a DataFrame into small chunks mostly for unit testing purposes.

read_json

StreamingDataFrame

Reads a json file or buffer as an iterator on DataFrame. The signature is the same as pandas.read_json. …

read_json

StreamingSeries

Reads a json file or buffer as an iterator on DataFrame. The signature is the same as pandas.read_json. …

read_str

StreamingDataFrame

Reads a DataFrame as an iterator on DataFrame. The signature is the same as pandas.read_csv. …

read_str

StreamingSeries

Reads a DataFrame as an iterator on DataFrame. The signature is the same as pandas.read_csv. …