Closed therden closed 4 years ago
stuf
is a non-standard re-implementation of Python's dict type, available here: https://pypi.org/project/stuf/
The example is supposed to illustrate that you can inject your own dict types instead of the default, OrderedDict
...
Recently found dataset, and am interested in using in a project. But I found a problem while following along in the examples in Quickstart. Attempting to execute
from stuf import stuf
as shown at the end of the "Reading Data from Tables: section results in
No module found named 'stuf'
Any ideas?