분류 전체보기 (11) 썸네일형 리스트형 [DAT208x] final lab 1-2 Exploring Your Data Now you'll perform some data exploration using the Python pandas module. To get a sense of the data, you'll output statistics such as mean, median, count, and percentiles. The DataFrame recent_grads is still in your workspace. Instructions Print the .dtypes of your data so that you know what each column contains. Output basic summary statistics using a single pandas function... python basic : Introduction to Python for Data Science ( Microsoft: DAT208x ) 온라인 교육 Introduction to Python for Data Science https://courses.edx.org/courses/course-v1:Microsoft+DAT208x+3T2018/ Further Readings variable types https://www.python.org/ https://docs.python.org/3/library/stdtypes.html#numeric-types-int-float-complex data structures https://docs.python.org/3.5/tutorial/datastructures.html https://docs.python.org/3.5/library/copy.html functions http://www.tutoria.. Bing.com에서 배경화면 다운받기 (python, selenium) python 다운로드 및 설치 : https://www.python.org/downloads/ selenium 설치 : windows command 창에서 수행 pip install selenium os에 맞는 webdriver 다운로드 및 경로 맞춰주기 - https://chromedriver.chromium.org/downloads import os os.getcwd() # 현재 경로 확인 test.py import re import urllib.request from selenium import webdriver from selenium.webdriver.common.by import By driver = webdriver.Chrome(executable_path='chromedriver') # C.. 이전 1 2 다음