ReadStream.to_*

ReadStream.to_*(**kwargs)

ReadStreams support the same methods as Tables for reading out data (e.g., as a pandas Dataframe).

Note that the max_results and variables parameters will be ignored when these methods are called on a ReadStream. To restrict ReadStreams to specific variables, pass the variables argument when constructing the stream in .to_read_stream(variables=[]).

Additionally, the following standard to_* methods are not supported on ReadStreams:

  • to_directory()

  • to_read_streams()

  • to_sas()

  • to_stata()

Full documentation can be found in the reference for the appropriate Table method:

Last updated

Was this helpful?