Has anyone had success in bringing in the federalist papers dataset? The JSON form can be found here:
http://ptrckprry.com/course/ssd/data/federalist.json
These are the following steps I have attempted:
- Parse the json into a csv, but the new line character seems to be getting stuck when using read csv
- Using python extension operator configured to a local conda environment. Same result
Regarding point 2 above, in pandas outside of the RM, the dataframe is exactly what I wanted.
For context, I use this in class to show we can use text and the similarity within to classify the author.