I\'m trying to run a crosstab on my dataframe called "d_recent" using the following line of code: pd.crosstab(d_recent[\'BinnedAge\'],\' d_recent[\'APBI\']\')
pd.crosstab(d_recent[\'BinnedAge\'],\' d_recent[\'APBI\']\')