- Learning pandas(Second Edition)
- Michael Heydt
- 127字
- 2021-07-02 20:36:59
Reproduction
An important piece of research is sharing and making your research reproducible. It is often said that if other researchers cannot reproduce your experiment and results, then you didn't prove a thing.
Fortunately, for you, by having used pandas and Python, you will be able to easily make your analysis reproducible. This can be done by sharing the Python code that drives your pandas code, as well as the data.
Jupyter notebooks also provide a convenient means of packaging both the code and application in a means that can be easily shared with anyone else with a Jupyter Notebook installation. And there are many free, and secure, sharing sites on the internet that allow you to either create or deploy your Jupyter notebooks for sharing.
推薦閱讀
- Java程序設(shè)計與開發(fā)
- Docker and Kubernetes for Java Developers
- C語言程序設(shè)計案例式教程
- Java編程的邏輯
- 領(lǐng)域驅(qū)動設(shè)計:軟件核心復雜性應(yīng)對之道(修訂版)
- Buildbox 2.x Game Development
- C++ Application Development with Code:Blocks
- 面向?qū)ο蟪绦蛟O(shè)計及C++(第3版)
- PostgreSQL Developer's Guide
- 從零開始學算法:基于Python
- 測試工程師Python開發(fā)實戰(zhàn)
- Learning PrimeFaces Extensions Development
- 大學計算機基礎(chǔ)
- Java Web應(yīng)用設(shè)計及實戰(zhàn)
- Learning IPython for Interactive Computing and Data Visualization(Second Edition)