Am I the only one having problems reading in the train and test json files?
Hi, use pandas to read json
df = pandas.read_json(filename)
check my repo (https://github.com/hakymulla/Zindi-Social-Media-Prediction-Challenge)
Hi, use pandas to read json
df = pandas.read_json(filename)
check my repo (https://github.com/hakymulla/Zindi-Social-Media-Prediction-Challenge)