placeholder image to represent content

แบบทดสอบหลังเรียน เรื่อง ไพทอน

Quiz by chaiyakorn kitiyayam

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
10 questions
Show answers
  • Q1
    ข้อใดไม่ใช่กระบวนการของ Data Science
    สรุปข้อมูล
    เก็บข้อมูล
    การนำข้อมูลช่วยตัดสินใจ
    จัดการข้อมูล
    30s
  • Q2
    โมดูล Pandas ใช้ในขั้นตอนใด
    จัดการข้อมูล
    วิเคราะห์ข้อมูล
    เก็บข้อมูล
    การนำข้อมูลช่วยตัดสินใจ
    30s
  • Q3
    ข้อใดคือข้อมูลแบบ 1 มิติ
    DataCleansing
    DataFrame
    DataSrries
    DataScience
    30s
  • Q4
    ข้อใดคือข้อมูลแบบ 2 มิติ
    DataFrame
    DataSrries
    DataScience
    DataCleansing
    30s
  • Q5
    จะนำโมดูล pandas เข้าใช้งานในการจัดการข้อมูลใช้คำสั่งอะไร
    pandas as pd import
    import pandas as pd
    import pd as pandas
    pandas import as pd
    30s
  • Q6
    คำสั่งให้แสดงผลลัพธ์ คือข้อใด
    print
    show
    จงแสดงผลลัพธ์
    output
    30s
  • Q7
    ข้อใดเป็นชุดข้อมูล series
    เพศ อายุ รายได้
    เลขประจำตัว น้ำหนัก ส่วนสูง
    กว้าง ยาว
    น้ำหนัก
    30s
  • Q8
    ข้อใดเป็นชุดข้อมูลแบบ DataFrame
    จำนวนเงิน
    อายุ
    ระดับชั้น จำนวน นร
    ส่วนสูง
    30s
  • Q9
    ข้อใดเป็นชุดคำสั่งที่ระบุ ฟังก์ชัน DataFrame
    df = pd.dataframe ([[1,'a'],[2,'b']])
    df = pd.series ([[1,'a'],[2,'b']])
    s = pd.dataframe ([23,21,5,140])
    s = pd.series ([23,21,5,140])
    30s
  • Q10
    ข้อใดเป็นชุดคำสั่งที่ระบุ ฟังก์ชัน DataFrame
    s = pd.dataframe ([23,21,5,140])
    s = pd.series ([23,21,5,140])
    df = pd.series ([[1,'a'],[2,'b']])
    df = pd.dataframe ([[1,'a'],[2,'b']])
    30s

Teachers give this quiz to your class