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
How is python interpreted language?
How to make any variable private in python ?
What are the programming-language features of python?
Explain about different blocks in exception handling?
Can __ init __ return value?
Explain the uses of python?
What is the difference between = and == in python?
How do I call a method defined in a base class from a derived class that overrides it?
Is python a nonetype?
How will you find, in a string, the first word that rhymes with ‘cake’?
Are pandas distributed?
What’s the difference between a list and a dictionary?
How do you break a while loop?
What is indexing? Explain with an example
Is java or python better?