Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Python始めて半年で感じたこと/I’ve recently started to learn Python.

Python始めて半年で感じたこと/I’ve recently started to learn Python.

banquet.kuma

March 15, 2019
Tweet

More Decks by banquet.kuma

Other Decks in Programming

Transcript

  1. Justfreeslide.com 11 ՄࢹԽπʔϧʢAltairʣ ɾVega-Lite JSON࢓༷͔Β PythonίʔυΛੜ੒ ɾυΩϡϝϯτ͕ॆ࣮ ɹྫ୊͕๛෋ ɾԼهyoutubeͰͷղઆ͕ ɹΘ͔Γқ͍

    Jake VanderPlas - Exploratory Data Visualization with Vega, Vega-Lite, and Altair - PyCon2018 https://www.youtube.com/watch?v=ms29ZPUKxbU
  2. Justfreeslide.com 13 import altair as alt
 import pandas as pd

    #σʔλΛpandasͰೖΕ·ͨ͠ 
 alt.renderers.enable(‘notebook') #jupyter notebookͰ࣮ߦ͢Δ৔߹ʹඞཁͳढจ
 
 alt.data_transformers.enable(‘default',max_rows=None) 
 #5000ߦҎ্ಡΈࠐΉࡍʹඞཁ ଴ͪ࣌ؒΛ࣌ܥྻʹϓϩοτ͢Δ
  3. Justfreeslide.com 15 sp=alt.Chart(splash_mountain[term_start:term_end], title="Disney World Wait Time 2018(Actual)") .mark_point(filled=True) .encode(


    alt.X("datetime",type="temporal"),ɹɹɹ #࣌ؒσʔλ
 alt.Y("attractions",type="nominal"),ɹɹɹ #໊໨σʔλ
 size="wait_time(actual):Q",ɹɹɹɹɹɹɹ#ྔతσʔλ
 color=“wait_time(actual):Q") #ྔతσʔλ .properties(width=650,height=400) େผ͢ΔͱɺᶃChart , ᶄmark , ᶅencode ,ᶆpropertiesɹ ͔Β੒͍ͬͯͯͦΕͧΕʹಛ௃ʢϚʔΫछྨɺX࣠ɺY࣠ɺσʔλछྨͳͲʣ ΛೖΕΔ