Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
/sdcPublic archive

Support for creating pd.DataFrame from 2d numpy array#1000

Open
kozlov-alexey wants to merge1 commit intoIntelPython:master
base:master
Choose a base branch
Loading
fromkozlov-alexey:feature/df_ctor_from_2darray

Conversation

kozlov-alexey
Copy link
Contributor

As title.

@pep8speaks
Copy link

Hello@kozlov-alexey! Thanks for opening this PR. We checked the lines you've touched forPEP 8 issues, and found:

Line 343:77:E502 the backslash is redundant between brackets
Line 357:96:E262 inline comment should start with '# '
Line 357:121:E501 line too long (130 > 120 characters)

typingctx = resolve_dispatcher_from_str(current_target()).targetdescr.typing_context
fnty = typingctx.resolve_value_type(fix_df_index)
nb_index_type = types.none if index is None else index
fixed_index_sig = fnty.get_call_type(typingctx, (nb_index_type, nb_col_types[0]), {}) ### FIXME: need add column argument

This comment was marked as outdated.

Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@dlee992dlee992dlee992 left review comments

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@kozlov-alexey@pep8speaks@dlee992

[8]ページ先頭

©2009-2025 Movatter.jp