摘要: 数据科学——pandas库 pandas中有两个主要的数据结构,一个是Series,另一个是DataFrame。通过这两类数据,可以下载数据、可视化数据、和分析数据。 Pandas安装:pip install pandas import numpy as np import pandas as pd 阅读全文
posted @ 2021-02-06 16:16 Veritas_des_Liberty 阅读(481) 评论(0) 推荐(0) 编辑
摘要: Python Basics with Numpy (optional assignment) Welcome to your first assignment. This exercise gives you a brief introduction to Python. Even if you'v 阅读全文
posted @ 2021-02-06 12:02 Veritas_des_Liberty 阅读(104) 评论(0) 推荐(0) 编辑