python-socialsci icon indicating copy to clipboard operation
python-socialsci copied to clipboard

Use print(...) for data frames?

Open gboushey opened this issue 6 years ago • 0 comments

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.

gboushey avatar May 18 '18 22:05 gboushey