HelpAccessing Dataframes
3
1
Minju Kim12 Dec 2022 13:03
Hello!
For output as dataframe on Subset app, you can enable 'To DataFrame' checkbox on Subset app.
Thanks for using Visual Python :)
* Here is an sample image to refer
For output as dataframe on Subset app, you can enable 'To DataFrame' checkbox on Subset app.
Thanks for using Visual Python :)
* Here is an sample image to refer

Hello,
Im working with 2 Dataframes and want to creat a subset of Dataframe1 in Dataframe2.:
Dataframe2 = Dataframe1[(Dataframe1.index == 'simple')]['product_type']
Dataframe2 delivers:
How can I make an Output to see the Dataframe?
Kind regards
Andreas