I've tested few tutorials and discovered that:
- numpy is sometimes imported as numpy, sometimes as np. It's a bit annoying to correct examples before run. I suggest community-wide np.
- the same for pandas and pd
- text formatting is done with old vanilla C-style string formatting and f-string in the same time. I suggest f-string.
I can fix if it sounds reasonable.