The column subr_faved_by contains an array of values (names of redditors who added the subreddit to which the current po

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
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

Post by answerhappygod »

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" ... ].
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply