Answer Posted / glibwaresoftsolutions
In Pandas, a data frame is a dynamic data structure. Pandas can manage heterogeneous data that is arranged along two axes. (Rows and columns)
Reading files with pandas:
- s1 The PD df=p command is used to import pandas. reading CSV from "mydata.csv"
In this instance, df is a pandas data frame. To read a comma-separated file as a data frame in pandas, use the read CSV() function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is coercion?
Tell me how does python handle the memory management?
What is setuptools in python?
What is python mapping?
What is the difference between ‘match’ and ‘search’ in python?
Which is best framework for python?
What are the built-in data-types in python?
Mention the floor division available in python
What is a dictionary in python?
How can we get home directory using '~' in python?
Who created the Python programming language?
Explain about raising error exceptions?
Does python have inheritance?
Is all the memory freed when python exits?
How do I emulate os.kill() in windows?