
แบบทดสอบหลังเรียน เรื่อง ไพทอน
Quiz by chaiyakorn kitiyayam
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
10 questions
Show answers
- Q1ข้อใดไม่ใช่กระบวนการของ Data Scienceจัดการข้อมูลการนำข้อมูลช่วยตัดสินใจเก็บข้อมูลสรุปข้อมูล30s
- Q2โมดูล Pandas ใช้ในขั้นตอนใดการนำข้อมูลช่วยตัดสินใจเก็บข้อมูลวิเคราะห์ข้อมูลจัดการข้อมูล30s
- Q3ข้อใดคือข้อมูลแบบ 1 มิติDataCleansingDataSrriesDataFrameDataScience30s
- Q4ข้อใดคือข้อมูลแบบ 2 มิติDataSrriesDataScienceDataCleansingDataFrame30s
- Q5จะนำโมดูล pandas เข้าใช้งานในการจัดการข้อมูลใช้คำสั่งอะไรpandas import as pdimport pd as pandaspandas as pd importimport pandas as pd30s
- Q6คำสั่งให้แสดงผลลัพธ์ คือข้อใดจงแสดงผลลัพธ์showoutputprint30s
- Q7ข้อใดเป็นชุดข้อมูล seriesกว้าง ยาวน้ำหนักเลขประจำตัว น้ำหนัก ส่วนสูงเพศ อายุ รายได้30s
- Q8ข้อใดเป็นชุดข้อมูลแบบ DataFrameอายุส่วนสูงจำนวนเงินระดับชั้น จำนวน นร30s
- Q9ข้อใดเป็นชุดคำสั่งที่ระบุ ฟังก์ชัน DataFrames = pd.series ([23,21,5,140])s = pd.dataframe ([23,21,5,140])df = pd.series ([[1,'a'],[2,'b']])df = pd.dataframe ([[1,'a'],[2,'b']])30s
- Q10ข้อใดเป็นชุดคำสั่งที่ระบุ ฟังก์ชัน DataFrames = pd.dataframe ([23,21,5,140])s = pd.series ([23,21,5,140])df = pd.dataframe ([[1,'a'],[2,'b']])df = pd.series ([[1,'a'],[2,'b']])30s