Skip to content

Instantly share code, notes, and snippets.

@EthanRosenthal
EthanRosenthal / index_slice_ordering.ipynb
Last active May 6, 2019 19:29
Slicing a MultiIndex does not preserve ordering
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@EthanRosenthal
EthanRosenthal / swe4ds.md
Created April 19, 2021 16:43
Notes on Software Engineering skills for Data Scientists

SWE for DS

  • Tests
    • Basic how to with pytest
      • Directory and naming structure
      • Run from CLI
      • How to run specific tests
      • Test coverage
      • Gotchas around package structure and pycache
  • Some intro test principles