What is data frame in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is data frame in python

15th Aug 2020, 1:45 PM
vatsalya gaur
vatsalya gaur - avatar
5 Answers
15th Aug 2020, 4:12 PM
Louis
Louis - avatar
+ 3
DataFrame is a 2-dimensional labeled data structure with columns of potentially different types. You can think of it like a spreadsheet or SQL table, or a dict of Series objects. It is generally the most commonly used pandas object. Pandas is a python module. Example: https://code.sololearn.com/c8l9sHi1BMaS/?ref=app
15th Aug 2020, 1:55 PM
Bits!
+ 2
Thanks Sir Louis 😎😍 for your suggestion 🤘
15th Aug 2020, 4:20 PM
Bits!
+ 1
Thanks junayed
15th Aug 2020, 1:55 PM
vatsalya gaur
vatsalya gaur - avatar
+ 1
You are most welcome vatsalya gaur
15th Aug 2020, 1:57 PM
Bits!