Merhaba veri bilimi ve veri görselleştirme alanları için popüler olan Python diliyle ilgili kodlar bulunmaktadır. Kodların orjinali ve anlık çıktıları Kaggle sayfamda bulunmaktadır.
Kaggle linki: https://www.kaggle.com/bulentsiyah/data-science-and-visualization-exercise
İçindekiler:
Cleaning Data
1 2 3 4 5 6 7 8 |
* Diagnose data for cleaning * Exploratory data analysis (EDA) * Visual exploratory data analysis * Tidy data * Pivoting data * Concatenating data * Data types * Missing data and testing with assert |
Manipulating Data Frames with Pandas
1 2 3 4 5 6 |
* Index objects and labeled data * Hierarchical indexing * Pivoting data frames * Stacking and unstacking data frames * Melting data frames * Categoricals and groupby |
Seaborn
1 2 3 4 5 6 7 8 9 10 11 12 |
* Bar Plot * Point Plot * Joint Plot * Pie Plot * Lm Plot * Kde Plot * Violin Plot * Heatmap * Box Plot * Swarm Plot * Pair Plot * Count Plot |
Plotly
1 2 3 4 5 6 7 8 9 10 11 12 13 |
* Line Plot * Scatter Plot * Bar Plot * Pie Plot * Bubble Plot * Histogram * Word Cloud * Box Plot * Scatter Plot Matrix * Inset Plot * 3D Scatter Plot * Multiple Subplots * Animation Plot |
Visualization Tools
1 2 3 4 5 6 |
* Parallel Plots (Pandas) * Network Charts (networkx) * Venn Diagram (matplotlib) * Donut Plot (matplotlib) * Spyder Chart (matplotlib) * Cluster Map (seaborn) |