# 1810 **Repository Path**: didi.git/1810 ## Basic Information - **Project Name**: 1810 - **Description**: No description available - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1810 ## 2019-07-17 近15天空气质量数据分析 水质量数据分析 重点:字典的操作,发送GET请求,学会自主阅读API接口文档 ## 2019-07-16 MySQL 学生成绩统计 ## 2019-07-15 折线图 ## 2019-07-12 matplotlib简介 ## 2019-07-11 MySQL基础 ## 2019-07-10 计算机基础 ## 2019-07-09 pandas ## 2019-07-08 numpy ### 2019年07月05日 - 大数据和数据分析的区别和联系 - 方差 $s^2 = \frac{1}{n}[(x_1 - x\overline) + (x_2 - x\overline) +\dots+ (x_n - x\overline)]​$ ### 常见问题及解决方法 #### 1. PyCharm出现module'matplotlib'hasnoattribute'verbose问题的解决方法 取消勾选:Show plots in toolwindow; 位置:Preferences->Tools->Python Scientific