Add pandas+matplotlib example (examples/library_examples/pandas_matplotlib) #15308
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
examples/library_examples/pandas_matplotlib/example.py#L29
examples/library_examples/pandas_matplotlib/example.py:29:89: E501 Line too long (103 > 88)
|
|
Ruff (I001):
examples/library_examples/pandas_matplotlib/example.py#L13
examples/library_examples/pandas_matplotlib/example.py:13:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (INP001):
examples/library_examples/pandas_matplotlib/example.py#L1
examples/library_examples/pandas_matplotlib/example.py:1:1: INP001 File `examples/library_examples/pandas_matplotlib/example.py` is part of an implicit namespace package. Add an `__init__.py`.
|