0
What is data frame in python
5 Respostas
+ 5
This course explains it well.
https://www.sololearn.com/Course/data-science/?ref=app
+ 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
+ 2
Thanks Sir Louis 😎😍 for your suggestion 🤘
+ 1
Thanks junayed
+ 1
You are most welcome vatsalya gaur