Add pandas+matplotlib example (examples/library_examples/pandas_matplotlib) #15309
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
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`.
|