mesut yildiz
05/03/2024, 1:10 AM<http://temp_df.col1.to|temp_df.col1.to>_list()
in pandas dataframe. How can i do that without transforming daft df to another data type ?jay
05/03/2024, 1:13 AMdf.select(“col1”).to_pydict()[“col1”]
mesut yildiz
05/03/2024, 1:23 AMjay
05/03/2024, 2:28 AMcol1
column on your machine
3. Concat the data together
4. Export it as a Python listmesut yildiz
05/03/2024, 9:21 AMjay
05/03/2024, 4:56 PM