rsundqvist / id-translation

Turn meaningless IDs into human-readable labels.
MIT License
0 stars 0 forks source link

Rename `Translator.translate(inplace)` #248

Closed rsundqvist closed 3 months ago

rsundqvist commented 5 months ago

Use copy instead? The inplace name is more of a Pandas thing than a Python thing.

Related: #230