The column subr_faved_by contains an array of values
(names of redditors who added the subreddit to which the current
post was submitted), but unfortunately they are in text format, and
you would not be able to process them properly without converting
them to a suitable python type. You must convert these string
values to Python lists, going from ’["user1", "user2" ... ]’
to ["user1", "user2" ... ].
The column subr_faved_by contains an array of values (names of redditors who added the subreddit to which the current po
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
The column subr_faved_by contains an array of values (names of redditors who added the subreddit to which the current po
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!