python-socialsci
python-socialsci copied to clipboard
Use print(...) for data frames?
Currently, the tutorial does not use print(...) to display dataframes. Instead, the tutorial instructs to type the data frame variable without print, which renders the dataframe Jupyter's tabular visual.
Based on #11, we need to go through the tutorial and convert direct output of dataframes to use the print(..) statement, and include output.