Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 for PEP 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants