I want to transform a CDS object containing my data back into a DataFrame object since there's still much cleaning to do before I actually pass the values to my glyphs. How can I do that?
I tried
my_df = pd.DataFrame(my_cds_object)
But it raised
ValueError("DataFrame constructor not properly called!") ValueError: DataFrame constructor not properly called!