Search Header Logo

Intro Pandas

Authored by PETCHARAT SURIYACHAI

Engineering

8th Grade

Used 1+ times

Intro Pandas
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

โครงสร้างข้อมูลหลักใน Pandas ที่ใช้สำหรับจัดเก็บและจัดการข้อมูลคือข้อใด (What is the primary data structure in Pandas that is used to store and manipulate data?)

Array
List
DataFrame
Dictionary

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ฟังก์ชันใน Pandas ที่ใช้สำหรับโหลดไฟล์ CSV เข้าไปใน DataFrame คือ (Which Pandas function is used to load a CSV file into a DataFrame?)

pd.load_csv()
pd.read_csv()
pd.open_csv()
pd.import_csv()

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

เมธอดที่ใช้แสดงแถวแรก ๆ ของ DataFrame คือข้อใด (Which method is used to display the first few rows of a DataFrame?)

df.head()
df.first()
df.show()
df.top()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ฟังก์ชันที่ใช้สำหรับคำนวณสถิติสรุปสำหรับคอลัมน์ตัวเลขใน DataFrame คือ (Which function is used to calculate summary statistics for numerical columns in a DataFrame?)

df.summary()
df.statistics()
describe()
summary_stats()

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

วิธีที่ดีที่สุดในการนำเข้าโมดูล Pandas ในโปรแกรมคือข้อใด (Which is the best way to import the pandas module in your program ?)

1.import pandas

2.import pandas as pd

3.from pandas import *

4.All of the above

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?