Steffen Rehberg
Steffen Rehberg
Without the addition in the text it‘s unclear, what `s.sort_values(inplace=True)` should demonstrate. Show some meaningful output now. Also, when using `astype` to contrast ordered/unordered behavior, I think it‘s clearer to...
While the links are OK in the original cheat sheet https://github.com/rougier/scientific-visualization-book/blob/master/figures/cheatsheets/cheatsheets.pdf, they get corrupted in the individual sheet 1 https://github.com/rougier/scientific-visualization-book/blob/master/figures/cheatsheets/cheatsheets-1.pdf and hence in the book:  ~~(this may or may...
so you can use the shortcut convenience `apply_and_annotate` method with parameters instead of calling `apply_test` and `annotate` individually. See also https://stackoverflow.com/a/72445947/3944322.
to be able to run the tests under JDK11 / Android Studio 2021.
Needed for SLUB where copy status may be empty and a link is provided to the institute/chair where this book might be available. (prior to Jan 2021 the link was...
The API works (catalog and account features) but there are still some TODOs to be completed from #553: - [ ] [get status](https://github.com/opacapp/opacclient/blob/27395799f8318c476a72162f2f1ee8ba2c7325a5/opacclient/libopac/src/main/java/de/geeksfactory/opacclient/apis/SLUB.kt#L152): low priority due to the limited usefulness...
The [github opac client front page](https://github.com/opacapp/opacclient) still shows release 5.8.0 as the latest: 
Especially for wide cover images (CDs etc.) and/or long title (3 lines high), the title in white font is barely or not at all discernible if the cover image is...
Download of cover images for SISIS (maybe for others too, didn't check it) is carried out in `libopac` ([in `parse_search`](https://github.com/opacapp/opacclient/blob/9876471a46bb11da9aa10362f0b723f3b395cfec/opacclient/libopac/src/main/java/de/geeksfactory/opacclient/apis/SISIS.java#L485) and [in `loadDetail`](https://github.com/opacapp/opacclient/blob/9876471a46bb11da9aa10362f0b723f3b395cfec/opacclient/libopac/src/main/java/de/geeksfactory/opacclient/apis/SISIS.java#L757)) without (of course) honoring the app's setting...
`readAllWithHeader` yields a `List` and hence empty columns are being read as empty strings, so that we get `""` for both `col1` and `col2` in the following example: ``` "col1","col2"...