Is there a way to convert datastream into pandas. ...
# random
g
Is there a way to convert datastream into pandas. I know there is an api to convert table into pandas using to_pandas
m
This question is better suited for #C03G7LJTS2G πŸ™‚
n
@Gunjan Kumar, no. You could only convert the DataStream to Table, then convert the converted Table to Pandas.