Store data using dataframe

Sir , whether its possible to store this table by making dataframe and then storing it in csv like we did it in image task . if yes , plz tell me how to make dataframe using this table_row

hey @rhythm.narula26 ,
yes it can be done.

To make a dataframe , pandas requires the data to be in either a list or dict form.
So , just need to choose one of them.
for example if you choose list ,
then just create a list and store all the data in it.
once it is done , then just call pd.Dataframe(list_variable) and this will make your desired dataframe.

I hope this helps.

1 Like

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.