แบบทดสอบหลังเรียน เรื่อง ไพทอน
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 มิติDataCleansingDataFrameDataSrriesDataScience30s
- Q4ข้อใดคือข้อมูลแบบ 2 มิติDataFrameDataSrriesDataScienceDataCleansing30s
- Q5จะนำโมดูล pandas เข้าใช้งานในการจัดการข้อมูลใช้คำสั่งอะไรpandas as pd importimport pandas as pdimport pd as pandaspandas import as pd30s
- Q6คำสั่งให้แสดงผลลัพธ์ คือข้อใดprintshowจงแสดงผลลัพธ์output30s
- Q7ข้อใดเป็นชุดข้อมูล seriesเพศ อายุ รายได้เลขประจำตัว น้ำหนัก ส่วนสูงกว้าง ยาวน้ำหนัก30s
- Q8ข้อใดเป็นชุดข้อมูลแบบ DataFrameจำนวนเงินอายุระดับชั้น จำนวน นรส่วนสูง30s
- Q9ข้อใดเป็นชุดคำสั่งที่ระบุ ฟังก์ชัน DataFramedf = 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ข้อใดเป็นชุดคำสั่งที่ระบุ ฟังก์ชัน DataFrames = 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