You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
17
17
Fixed #646: Wrap bare value box value in `<p />` tags. (#668)
18
18
19
-
Fixed #676: `render.data_frame`sometimes reports selected rows with `None` as the index value. (#677)
19
+
Fixed #676: `render.data_frame`was reporting selected rows using 0-based row numbers, but the examples and documentation were unclear about whether these values were row numbers or pandas index values (which default to row numbers, but could easily be something else). Now the examples and documentation are consistent with the behavior. (#677)
0 commit comments