`pandas.DataFrame.to_dict` documentation has incorrect example. In first example box, df.col2 is showing wrong data. `df.col2` should = ``` a 0.50 b 0.75 ```