INTRODUCTION
Welcome to SICSS South Florida
What to expect this week
What is computational social science?
Anything that’s cool.
Sure but what is it, Kat?
Readymades vs. Custommades
Cleo the Clownfish from the Shedd Aquarium
Is computational social science a fad?
No.
Bit by Bit figure 1.1 based on Hilbert and Lopez (2011)
Bit by Bit figure 1.1 based on Hilbert and Lopez (2011)
Evidence
Important things to know
Important things to know
Ways to use Chat GPT
Ex: Clayton county court records
Goal: turn a group of json files into a bar graph that shows which judges hear the most cases in a magistrate court
combined_df['judge'] = combined_df['parties'].apply(lambda x: [party['judge'] for party in x])
Suggestions
Ex: please write code to make a bar graph with matplot using variable ‘judge’ from combined_df, use times new roman font, green bars, and save it to a .png file with 300 dpi called top5judges.png
Should I just skip straight to ChatGPT?