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-#7195: Implement DataFrame API standard #7196

Closed
wants to merge 13 commits into from

fix imports

0ab5ef7
Select commit
Loading
Failed to load commit list.
Closed

FEAT-#7195: Implement DataFrame API standard #7196

fix imports
0ab5ef7
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 17, 2024 in 5s

9 new alerts

New alerts in code changed by this pull request

  • 3 warnings
  • 6 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 396 in modin/dataframe_api_standard/column_object.py

See this annotation in the file changed.

Code scanning / CodeQL

Comparison of identical values Warning

Comparison of identical values; use cmath.isnan() if testing for not-a-number.

Check warning on line 457 in modin/dataframe_api_standard/column_object.py

See this annotation in the file changed.

Code scanning / CodeQL

Comparison of identical values Warning

Comparison of identical values; use cmath.isnan() if testing for not-a-number.

Check notice on line 335 in modin/dataframe_api_standard/dataframe_object.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable _other is not used.

Check notice on line 345 in modin/dataframe_api_standard/dataframe_object.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable _other is not used.

Check notice on line 355 in modin/dataframe_api_standard/dataframe_object.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable _other is not used.

Check notice on line 359 in modin/dataframe_api_standard/dataframe_object.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable _other is not used.

Check notice on line 365 in modin/dataframe_api_standard/dataframe_object.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable _other is not used.

Check notice on line 47 in modin/dataframe_api_standard/dataframe_object.py

See this annotation in the file changed.

Code scanning / CodeQL

Module is imported with 'import' and 'import from' Note

Module 'modin.dataframe_api_standard' is imported with both 'import' and 'import from'.

Check notice on line 171 in modin/dataframe_api_standard/dataframe_object.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
modin.dataframe_api_standard.group_by_object
begins an import cycle.

Check notice on line 44 in modin/dataframe_api_standard/group_by_object.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
modin.dataframe_api_standard.dataframe_object
begins an import cycle.

Check notice on line 70 in modin/dataframe_api_standard/group_by_object.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

Check notice on line 134 in modin/tests/dataframe_api_standard/integration/persistedness_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable df2 is not used.

Check notice on line 156 in modin/tests/dataframe_api_standard/integration/persistedness_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable df1 is not used.

Check warning on line 78 in modin/tests/dataframe_api_standard/namespace/column_from_sequence_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'ns' is unnecessary as it is
redefined
before this value is used.

Check warning on line 101 in modin/tests/dataframe_api_standard/integration/persistedness_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'ns' is unnecessary as it is
redefined
before this value is used.

Check warning on line 54 in modin/tests/dataframe_api_standard/namespace/to_array_object_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'result' is unnecessary as it is
redefined
before this value is used.