可视化 | (一)数据基础及基本数据可视化方法

文章目录

📚数据可视化的基本流程

  • Parameter refinement:参数优化

📚数据属性

  • Nominal(标称)
  • Ordinal(序数)
  • Quantitative(数量)

📚基本可视化图表类型

🐇数据分析三规则

  1. 显示在原始数据中不明显的方面,使您能够清楚地思考可能隐藏在数据中的模式和关系。
  2. 显示数据中的重要特征和模式。您还可能看到一些您没有想到的东西:异常的(可能是错误的)数据值或意外的模式。
  3. 制作一张图片------告诉别人你的数据的最好方法是用一张精心选择的图片。

🐇条形图(Bar Chart)

  • 条形图 :显示每个类别的计数或相对频率



🐇饼图(Pie Chart)

  • 饼图 :显示每个类别中整体的比例

🐇衡量易变性 (measure variability)

🔥range

  • range = largest - smallest

🔥The median

  • a measure of center

🔥Quartiles

  • Measuring spread by examining the middle

  • Step 1: find the median of all the data (the median divides the data in half)
  • Step 2a: find the median of the lower half; this median is Q1;
  • Step 2b: find the median of the upper half; this median is Q3.

  • when n is odd include the overall median in both halves;
  • when n is even do not include the overall median in either half .

🔥Interquartile Range

  • Measures spread of middle 50% of the data

🐇盒须图(Boxplot)


  • construct box:末端位于Q1和Q3;在框中标记中间的位置(通常用一条线或"+")
  • 围栏通过移动距离1.5(IQR)来确定
    • 上围栏比上四分位数多1.5*IQR
    • 下围栏比下四分位数低1.5*IQR
    • 注意:围栏只有助于构建箱线图,它们不会出现在最后的箱线图显示中。
  • whiskers:从盒子的左右两端画线到极值。
  • outliers :极端值

🐇直方图(Histograms)

  • 直方图显示了三种一般类型的信息:
    • 它提供了数据的近似中心位置的可视化指示。
    • 我们可以了解数据中传播或变化的程度
    • 我们可以观察到其分布的形状

🐇茎叶显示(Stem and Leaf Displays)

  • 优点
    • each measurement displayed(显示全面)
    • ascending order in each stem row(叶子升序排列)
    • relatively simple (data set not too large)(针对数据集不大的情况相对简单)
  • 缺点:display becomes unwieldy for large data sets(大数据集不适用)

📚小结

相关推荐
J***Q2924 小时前
Vue数据可视化
前端·vue.js·信息可视化
2501_941799488 小时前
Python高性能数据可视化与Plotly实战分享:大规模交互图表构建与性能优化经验
信息可视化
CodeLongBear12 小时前
Python数据分析: 数据可视化入门:Matplotlib基础操作与多坐标系实战
python·信息可视化·数据分析
老歌老听老掉牙16 小时前
Matplotlib Pyplot 数据可视化完全指南
python·信息可视化·matplotlib
CodeCraft Studio1 天前
【案例分享】如何利用图表控件TeeChart集成,实现可持续环境修复
信息可视化·图表控件·teechart·图表组件·图表工具·钻孔数据可视化·地质数据可视化
无心水2 天前
【Python实战进阶】2、Jupyter Notebook终极指南:为什么说不会Jupyter就等于不会Python?
python·jupyter·信息可视化·binder·google colab·python实战进阶·python工程化实战进阶
2501_941143732 天前
R语言统计分析与可视化实践分享:高效数据处理与图表展示优化经验
信息可视化
2***57422 天前
前端数据可视化应用
前端·信息可视化
Pocker_Spades_A2 天前
网易CodeWave进阶实战:基于CodeWave构建船舶信息可视化应用
信息可视化
汤姆yu2 天前
基于python大数据的小说数据可视化及预测系统
大数据·python·信息可视化