Answer Posted / nashiinformaticssolutions
To make a data frame from a list,
1) start by making an empty data frame.
2)Add lists to the list as individual columns.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain me what is the statement that can be used in python if the program requires no action but requires it syntactically?
Explain the use of with statement?
What are closures in python?
How to comment multiple lines in python?
How is python executed?
Write a regular expression that will accept an email id. Use the re module.
Can we learn python in a week?
Is there any equivalent to scanf() or sscanf()?
Draw a comparison between the range and xrange in python?
How will you differentiate between deep copy and shallow copy?
Can you slice a tuple?
Why are identifier names with a leading underscore disparaged?
What is the with statement in python?
Explain pickling and unpickling in python?
How do I run a python script in windows?