Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT-#7401: Implement DataFrame/Series.attrs #7402

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

FEAT-#7401: Implement DataFrame/Series.attrs

cee01de
Select commit
Loading
Failed to load commit list.
Draft

FEAT-#7401: Implement DataFrame/Series.attrs #7402

FEAT-#7401: Implement DataFrame/Series.attrs
cee01de
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 24, 2024 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 2 warnings
  • 1 note

See annotations below for details.

View all branch alerts.

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
.