I am creating two tuple lists :
The first one is :
Entity=tuple(df['Entity'])
and the output is this
(1007897079, 1007897253, 1007898597)`
The other one is :
Research=tuple(df8['research'])
and the output is
('2008841156', '1432883725', '2000535429')
Why is the second one with quotes ? Can i remove them ? Thanks a lot!
I have tried to remove the quotes but it seems like i can't do it. Thanks a lot for helping!