登录
首页 » Python » Py数据分析jupyter

Py数据分析jupyter

于 2019-01-03 发布 文件大小:4400KB
0 174
下载积分: 1 下载次数: 5

代码说明:

  py数据分析numpy, pandas, matplotlib, pyecharts, seaborn...(py data analysis: numpy, pandas, matplotlib, pyecharts, seaborn...)

文件列表:

Py数据分析jupyter\1 - numpy.ipynb, 73651 , 2018-08-26
Py数据分析jupyter\2 - pandas.ipynb, 304707 , 2018-08-26
Py数据分析jupyter\3 - iris-data.csv, 4457 , 2018-08-26
Py数据分析jupyter\3 - 数据清洗与整理.ipynb, 16648 , 2018-11-15
Py数据分析jupyter\4 - Baltimore_City_Employee_Salaries_FY2016.csv, 1593275 , 2018-08-26
Py数据分析jupyter\4 - 数据聚合和分组(groupby).ipynb, 197095 , 2018-11-24
Py数据分析jupyter\5 - matplotlib可视化.ipynb, 401083 , 2018-11-23
Py数据分析jupyter\5 - starbucks.csv, 4078004 , 2018-08-26
Py数据分析jupyter\6 - us_cities.csv, 131502 , 2018-08-26
Py数据分析jupyter\6 - 地图可视化和seaborn可视化.ipynb, 1352979 , 2018-11-23
Py数据分析jupyter\7 - pyecharts可视化.ipynb, 184713 , 2018-11-24
Py数据分析jupyter\7 - user_info.csv, 25914 , 2018-08-26
Py数据分析jupyter\8 - bike.csv, 648353 , 2018-08-26
Py数据分析jupyter\8 - 时间序列.ipynb, 101255 , 2018-11-24
Py数据分析jupyter\Python数据分析.pptx, 553481 , 2018-10-19
Py数据分析jupyter\render.html, 724205 , 2018-11-24
Py数据分析jupyter\外部数据读取与存储\books.csv, 9129 , 2018-11-15
Py数据分析jupyter\外部数据读取与存储\ch4-ex1.csv, 50 , 2018-11-15
Py数据分析jupyter\外部数据读取与存储\ch4-ex2.csv, 104 , 2018-11-15
Py数据分析jupyter\外部数据读取与存储\ch4-ex3.csv, 35 , 2018-11-15
Py数据分析jupyter\外部数据读取与存储\ch4-ex4.csv, 79 , 2018-11-15
Py数据分析jupyter\外部数据读取与存储\ch4-ex5.txt, 48 , 2018-11-15
Py数据分析jupyter\外部数据读取与存储\ch4-ex6.txt, 56 , 2018-11-15
Py数据分析jupyter\外部数据读取与存储\ch4ex1.csv, 104 , 2018-11-15
Py数据分析jupyter\外部数据读取与存储\items.json, 9694 , 2018-11-15
Py数据分析jupyter\外部数据读取与存储\out1.csv, 57 , 2018-11-15
Py数据分析jupyter\外部数据读取与存储\外部数据读取与存储-my.ipynb, 70013 , 2018-11-15
Py数据分析jupyter\外部数据读取与存储\第四讲:外部数据读取与存储.ipynb, 65273 , 2018-08-26
Py数据分析jupyter\第10讲:时间序列\从零开始学习Python数据分析.jpg, 195604 , 2018-08-26
Py数据分析jupyter\第10讲:时间序列\第10讲:时间序列.pptx, 676342 , 2018-08-26
Py数据分析jupyter\第10讲:时间序列\第十讲:时间序列.ipynb, 101253 , 2018-08-26
Py数据分析jupyter\.ipynb_checkpoints, 0 , 2018-12-23
Py数据分析jupyter\外部数据读取与存储, 0 , 2018-11-22
Py数据分析jupyter\第10讲:时间序列, 0 , 2018-11-24
Py数据分析jupyter, 0 , 2018-12-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Asp.net水晶报表、柱状图源码实例集
    Asp.net水晶报表(CrystalReports)及柱状图源码实例大全,这些源码例子实现了水晶报表的查看、柱状图显示、打英导出、缩放等基本功能,如果想了解更多比如利用DataSet方式、Push、Pull等模式,那就需要自己更深一步的研究了,难得的Asp.net2.0水晶报表源码。
    2023-04-14 19:50:03下载
    积分:1
  • jQuery页面滚动
    说明:  y页面滚动码是一款简单实用的鼠标控制页面滚动,顶部固定导航(Y page scroll code is a simple and practical mouse control page scroll, fixed navigation at the top)
    2019-03-28 16:36:01下载
    积分:1
  • 人工势场法(3维alpha)
    人工势场三维仿真图,程序可以运行。。。。。。。。(Artificial potential field three-dimensional simulation diagram , the program can run.)
    2021-02-21 22:49:41下载
    积分:1
  • 该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
    该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡; 繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一: 消亡; 不变――静态; 振荡――在一组模式间循环多次后在相同的位置出现相同的模式; 滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式; 显示进化的过程,即历代模式; 当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。 -The program implementation is the seed of life simulation, survival: There are two or three neighbors of the seed will survive to the next generation, that is still occupying the lattice Death: If there are four or more neighbors, the seeds will die because of overcrowding if seed is only one or zero neighbors, will die because of loneliness Breeding: If a sub-space has three neighbors, then it will grow a new seed. After a pattern after several generations have the following one of four possible outcomes: Die Constant- static Oscillation- a group of modes in the loop on many occasions in the same location after the same pattern emerged Sli
    2022-03-25 01:15:01下载
    积分:1
  • jQuery焦点图代码 图片渐变切换
    jQuery焦点图代码 图片渐变切换,当点击箭头的时候,图片列表中的图片依次渐变切换,也就是一次可以切换多张图片,形式新颖一些,不过在IE8浏览器下,似乎表现不太好,在火狐或Chrome、Opera中表现不错。
    2022-06-01 02:56:53下载
    积分:1
  • Huawei
    关于华为智能网技术介绍,可以了解智能网发展的过程,含有部分华为产品的介绍,请大家-Huawei
    2022-01-21 18:33:28下载
    积分:1
  • How_to_solve_it
    如何求解问题——现代启发式方法,20世纪关于问题求解最重要书籍之一,中文版(How to solve the problem- modern heuristic methods, 20th century books on the problem solving one of the most important, the Chinese version)
    2010-10-28 11:14:21下载
    积分:1
  • JAVA游戏改中文名!不妨试一试!方便安装后查阅!
    JAVA游戏改中文名!不妨试一试!方便安装后查阅!-JAVA game to change the Chinese name! May wish to try it! Easy installation inspection!
    2022-06-21 01:21:38下载
    积分:1
  • stm32 HAL UART2 中断发送接收
    说明:  stm32f103 stm32cubemx 串口中断发送接收(STM32F103 stm32cubemx serial port interrupt sending and receiving)
    2020-06-18 16:00:02下载
    积分:1
  • RA-NOMA-master
    说明:  NOMA,可以进一步使用自己的优化算法分析(Algorithm analysis can be further used)
    2019-11-06 10:54:44下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载