# 1. Load WALS Data (assuming you have the CSV exported from WALS) # We are looking at Feature 81A (Word Order) df = pd.read_csv('wals_language_data.csv')
# 1. Load WALS Data (assuming you have the CSV exported from WALS) # We are looking at Feature 81A (Word Order) df = pd.read_csv('wals_language_data.csv')