Skip to content

Why I recieved this output: #760

Answered by jshcodes
NSH531 asked this question in Q&A
Aug 25, 2022 · 4 comments · 4 replies
Discussion options

You must be logged in to vote

This is pretty far out of scope, but I'll give it a shot. Reviewing the error message in your IDE it appears you are passing scalars to the Dataframe. Since there is no index, you're given an error. Googling about, several folks who hit this error pass the keyword index=[0] and provide a dummy index. Depending on your goals, this may or may not be the correct solution.

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by jshcodes
Comment options

You must be logged in to vote
3 replies
@jshcodes
Comment options

@NSH531
Comment options

@NSH531
Comment options

Comment options

You must be logged in to vote
1 reply
@jshcodes
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
python Pull requests that update Python code or general Python related questions detects Detections issues and questions SDK usage General SDK usage issues and questions out of scope This issue or question is not within the scope of this repository
2 participants