上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 51 下一页
摘要: Chapter 5 - Outlier Analysis Segment 8 - Extreme value analysis using univariate methods import numpy as np import pandas as pd import matplotlib.pypl 阅读全文
posted @ 2021-01-16 16:13 晨风_Eric 阅读(132) 评论(0) 推荐(0) 编辑
摘要: Chapter 5 - Basic Math and Statistics Segment 7 - Transforming dataset distributions import numpy as np import pandas as pd import scipy import matplo 阅读全文
posted @ 2021-01-16 14:22 晨风_Eric 阅读(98) 评论(0) 推荐(0) 编辑
摘要: Chapter 5 - Basic Math and Statistics Segment 6 - Delving into non-parametric methods using pandas and scipy import numpy as np import pandas as pd im 阅读全文
posted @ 2021-01-16 11:27 晨风_Eric 阅读(100) 评论(0) 推荐(0) 编辑
摘要: Chapter 5 - Basic Math and Statistics Segment 5 - Starting with parametric methods in pandas and scipy import pandas as pd import numpy as np import m 阅读全文
posted @ 2021-01-16 10:51 晨风_Eric 阅读(83) 评论(0) 推荐(0) 编辑
摘要: Chapter 5 - Basic Math and Statistics Segment 4 - Summarizing categorical data using pandas import numpy as np import pandas as pd The basics address 阅读全文
posted @ 2021-01-16 09:17 晨风_Eric 阅读(78) 评论(0) 推荐(0) 编辑
摘要: Chapter 5 - Basic Math and Statistics Segment 3 - Generating summary statistics using pandas and scipy import numpy as np import pandas as pd from pan 阅读全文
posted @ 2021-01-16 08:40 晨风_Eric 阅读(114) 评论(0) 推荐(0) 编辑
摘要: Chapter 5 - Basic Math and Statistics Segment 2 - Multiplying matrices and basic linear algebra import numpy as np from numpy.random import randn np.s 阅读全文
posted @ 2021-01-10 18:01 晨风_Eric 阅读(92) 评论(0) 推荐(0) 编辑
摘要: Chapter 5 - Basic Math and Statistics Segment 1 - Using NumPy to perform arithmetic operations on data import numpy as np from numpy.random import ran 阅读全文
posted @ 2021-01-09 18:41 晨风_Eric 阅读(81) 评论(0) 推荐(0) 编辑
摘要: Chapter 4 - Practical Data Visualization Segment 6 - Creating statistical data graphics Statistical Plots Allow Viewers To: Identify outliers Visualiz 阅读全文
posted @ 2021-01-07 20:26 晨风_Eric 阅读(924) 评论(0) 推荐(0) 编辑
摘要: Chapter 4 - Practical Data Visualization Segment 5 - Visualizing time series import numpy as np from numpy.random import randn import pandas as pd fro 阅读全文
posted @ 2021-01-06 21:10 晨风_Eric 阅读(67) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 51 下一页