'How do I prevent The Zen of Python from displaying every time I run a script?
Ever since I set pd.options.mode.chained_assignment = None
The Zen of Python prints to the terminal every time I run a script! This isn't good for production. I have tried switching back and it still prints. How do I disable this?
Also, does options.mode.chained_assignment disable chained assignment or disable the warning?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
