美文网首页我爱编程
2. Pandas 使用入门

2. Pandas 使用入门

作者: HBU_DAVID | 来源:发表于2018-03-05 02:48 被阅读74次

    学习目标:

    • 大致了解 pandas 库的 DataFrame 和 Series 数据结构
    • 存取和处理 DataFrame 和 Series 中的数据
    • 将 CSV 数据导入 pandas 库的 DataFrame
    • 对 DataFrame 重建索引来随机打乱数据

    教程:
    https://colab.research.google.com/notebooks/mlcc/intro_to_pandas.ipynb?hl=zh-cn
    source code : https://github.com/HBU/MachineLearning/tree/master/PandasLearning/PandasDemo

    ref:http://pandas.pydata.org/pandas-docs/stable/index.html

    相关文章

      网友评论

        本文标题:2. Pandas 使用入门

        本文链接:https://www.haomeiwen.com/subject/veptfftx.html