Example
Use the pandas library as pd
, this can be assumed (the import does not need to be in every example)
import pandas as pd
PEP8!
- 4 space indentation
- kwargs should use no spaces
f(a=1)
- 80 character limit (the entire line fitting in the rendered code snippet should be strongly preferred)