Skip to content

SeWonKwon/Data_Visualization

Repository files navigation

Data_Visualization

백문이불여일견

데이타를 시각화 하는 과정은 단순하게 자료에 의미를 부여하는 작업입니다.
데이타 사이언티스에게 필요한 필수 능력중 하나로, 단지 자료를 시각적으로
표현하는 것뿐만 아니라 다음과 같이 3가지로 활용 할수 있습니다.

  1. EDA를 위해 활용하고, 데이터의 특징을 찾아 낸다.(DV for EDA)
  2. 모델의 결과를 분석하고, 비교하여 최종 선택을 한다.(DV for Metrics and Modeling)
  3. 분석한 데이터에 스토리를 불어 넣어 전달한다. (DV for story & Finals)

Data Visualization 레파지토리는 각종 python 라이브러리 활용뿐만 아니라,
시각화의 기본적인 원리와 위의 3가지 목적에 맞는 코드를 정리하여 활용하는데 있습니다.

Gapminder

gapminder

Theory of Data Visualization

  1. L01_Data Visualization Concept & History
  2. L02_Data Visualization Which Chart should i use

Seaborn

  1. L00_DatasetLIst for Seaborn
  2. L00_Seaborn
  3. L01_Seaborn_Scatter & Line Plot
  4. L02_Seaborn_Categorical Data
  5. L03_Seaborn_Distribution Visualization
  6. L04_Seaborn_Visualizing Linear Relationships
  7. L05_Seaborn_Multiple Plot Grid
  8. L06_Seaborn_Controlling figure aesthetics & Pallette

Plotly

  1. PC01_Plotly Plot & Scatter Matrix
  2. PC02_Plotly Line Plot
  3. PC03_Plotly Time Series
  4. PC04_Plotly Area Plot
  5. PC05_Plotly Bar Charts & Error Bar
  6. PC06_Plotly Box & Violin Plot
  7. PC07_Plotly Histogram
  8. PC08_Plotly Distribution Plot
  9. PC09_Plotly Heatmaps
  10. PC10_Plotly Parallel Diagram & Dendrograms
  11. PC11_Plotly Map
  12. PC12_Plotly 3D Charts
  13. PC13_Plotly 기타 Charts 정리중
  14. PS00_Plotly_Controlling figure,Label, Tick, space, Axes, Legends, Multiple and so on

Matplotlib

  1. M01_Matplotlib Line_Style & Color
  2. M02_Matplotlib Axis & Label
  3. M03_Matplotlib Font & Legend
  4. M04_Matplotlib Multiple Subplots
  5. M05_Matplotlib Text & Annotation
  6. M06_Matplotlib Customizing Ticks
  7. M07_Matplotlib Style
  8. M08_Matplotlib Bar Plot
  9. M09_Matplotlib Stem & Box Plot
  10. M10_Matplotlib Scatter & Bubble Plot
  11. M11_Matplotlib Coherence Chart
  12. M12_Matplotlib Error Bar
  13. M13_Matplotlib pcolor & pcolormesh 2차원 유사 플롯
  14. M14_Matplotlib Histgrams, Binnings, and Density
  15. M15_Matplotlib Density and Contour Plots
  16. M16_Matplotlib Stream Plot & Quiver
  17. M17_Matplotlib Pie Chart
  18. M18_Matplotlib Radar Chart & Sankey Diagram
  19. M19_Matplotlib Three-Dimensional Plotting
  20. M20_Matplotlib Confusion Matrix chart & ROC_Curve

Folium

  1. F01_Folium Tiles & Markers
  2. F02_Folium Style
  3. F03_Folium Dualmap, Minimap, Heatmap
  4. F04_Folium USA_Unemployment data
  5. F05_Folium Seoul_data
  6. F06_Folium South_Korea_Provinces
  7. F07_Folium South_Korea_Provinces2
  8. F08_Folium US_county_data
  9. F09_Folium Interactive Setting

출처

  • 이수안컴퓨터연구소
  • Matplotlib, https://matplotlib.org/
  • Seaborn
  • Plotly
  • Forium
  • Igor Milovanovi, "Python Data Visualization Cookbook", Packt
  • Jake VanderPlas, "Python Data Science Handbook", O'Reilly
  • Wes Mckinney, "Python for Data Analysis", O'Reilly

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published