加载中
pandas.DataFrame对行和列求和及添加新行和列

导入模块: from pandas import DataFrame import pandas as pd import numpy as np 生成DataFrame数据 df = DataFrame(np.random.randn(4, 5), columns=['A', 'B', 'C', 'D', 'E']) DataFra...

2018/07/31 16:43
2.6W
Docker build-容器构建加速攻略

容器构建时需要下载多种软件,往往这是非常耗时间的。hub.docker.com本来就慢,尤其是遇到存放在gcr.io/aws等上面的模块就挂了,pip安装python模块是也较慢,conda的下载更是如蜗牛。 加快容...

2018/07/28 23:24
1.7W
Kaggle API 简介

Kaggle API简介 Kaggle是一个数据分析竞赛云计算开放平台,集成了各种数据和计算模块,可以直接将算法模型在上面进行验证,也可以通过其资源学习数据分析的各种方法,或者研究别人的实现方法...

2018/07/25 18:28
4.9K
大数据顶级国际会议征稿-IEEE Big Data 2018,西雅图

Call for Papers 2018 IEEE International Conference on Big Data (IEEE Big Data 2018) http://cci.drexel.edu/bigdata/bigdata2018/index.html December 10-13, 2018, Seattle, WA, USA I...

Databook-数据之书

Databook-数据之书 用于数据分析的Jupyter Notebooks。 不需购买服务器,快速开始自己的数据分析过程。 源码:https://github.com/databooks/databook 源码镜像:https://gitlab.com/databo...

Ubuntu 配置 pip.conf 添加国内源

Ubuntu 配置 pip.conf 添加国内源 对于conda,添加安装包的镜像: conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels h...

2018/07/11 20:46
9.3K
AirFlow-Tutorial

AirFlow-Tutorial https://airflow.incubator.apache.org/tutorial.html This tutorial walks you through some of the fundamental Airflow concepts, objects, and their usage while writ...

AirFlow-Install

AirFlow-Installation https://airflow.incubator.apache.org/installation.html Getting Airflow The easiest way to install the latest stable version of Airflow is with pip: pip inst...

Airflow在Kubernetes上的操作器

Airflow在Kubernetes (第一部分): 一种不同类型的Operator 作者: Daniel Imberman (Bloomberg LP) 译者:openthings,2019.02.26. 原文:https://kubernetes.io/blog/2018/06/28/airflow-on-...

JupyterHub on Kubernetes绘图支持软件

JupyterHub on Kubernetes绘图支持软件 Jupyter主要通过python notebook提供数据分析功能,现在也称为机器学习和数据科学家的新宠。那么,绘图和可视化功能也是其中的必选项了。目前,支持p...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部