GitHub Advanced Security / CodeQL
succeeded
Sep 24, 2024 in 4s
Annotations
Check notice on line 20 in modin/pandas/base.py
See this annotation in the file changed.
Code scanning / CodeQL
Module is imported with 'import' and 'import from'
Note
Module 'functools' is imported with both 'import' and 'import from'.
Check warning on line 95 in modin/pandas/dataframe.py
See this annotation in the file changed.
Code scanning / CodeQL
`__eq__` not overridden when adding attributes
Warning
The class 'DataFrame' does not override '__eq__' , but adds the new attribute _siblings .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute _attrs .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute _query_compiler .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute _attrs .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute columns .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute _query_compiler .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute _query_compiler .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute _query_compiler .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute _query_compiler .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute _query_compiler .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute _query_compiler .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute _query_compiler .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute _query_compiler .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute _query_compiler .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute _query_compiler .
The class 'DataFrame' does not override '__eq__' , but adds the new attribute columns .
Check warning on line 69 in modin/pandas/series.py
See this annotation in the file changed.
Code scanning / CodeQL
`__eq__` not overridden when adding attributes
Warning
The class 'Series' does not override '__eq__' , but adds the new attribute _siblings .
The class 'Series' does not override '__eq__' , but adds the new attribute _attrs .
The class 'Series' does not override '__eq__' , but adds the new attribute _attrs .
The class 'Series' does not override '__eq__' , but adds the new attribute _query_compiler .
The class 'Series' does not override '__eq__' , but adds the new attribute name .
The class 'Series' does not override '__eq__' , but adds the new attribute name .
The class 'Series' does not override '__eq__' , but adds the new attribute name .
The class 'Series' does not override '__eq__' , but adds the new attribute name .
The class 'Series' does not override '__eq__' , but adds the new attribute index .