Computer Science, asked by bablushaik, 1 year ago

package that deals with data frame is​

Answers

Answered by shivanireddy42
3

Answer:

package that deals with data frame is pandas

Answered by smartbrainz
0

Data.table is an extension of data.frame package.

Explanation:

A "data frame" is similar to a "table" or a "two-dimensional" array type structure. In the data frame, each column consists of values of one variable and each row consists of one set of values from each column.

The data stored in a data frame can be of numeric, factor or character type. The data frame is widely used for "fast aggregation of large datasets". The usage of "data.table is very flexible and intuitive" and hence leads to faster development.

Similar questions