I'm confused between pandas series, dataframe and dataset. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

I'm confused between pandas series, dataframe and dataset.

3rd May 2024, 4:21 PM
Girish Sahu
Girish Sahu - avatar
2 Antworten
+ 4
Series is a list of values which have the same type. DataFrame is a 2d matrix, you can think of it as a spreadsheet, where the columns mean the different fields, each column having a specific data type, and the rows are individual records of data. Dataset is not a specific data structure, it just refers to a collection of information that belongs together in a certain topic or domain of knowledge. Usually we represent a dataset with one or multiple DataFrame objects.
3rd May 2024, 4:51 PM
Tibor Santa
Tibor Santa - avatar
+ 3
Why, and what is your question?
3rd May 2024, 4:43 PM
JaScript
JaScript - avatar