From 5117c938b3d14e5fef42e0028281cbbd0ddf62e8 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Tue, 13 Feb 2018 17:26:49 -0600 Subject: [PATCH] add explicit package names --- paper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper.md b/paper.md index c27330f..7c580ac 100644 --- a/paper.md +++ b/paper.md @@ -51,8 +51,8 @@ Finally, geospatial data dependencies are viewable using an approach based on th The visualizations are consciously designed to be as effective as possible at uncovering missing data patterns both between and within columns of data, and hence, to help its users build more effective data models and pipelines. At the same time the package is designed to be easy to use. The underlying -packages involved ([@numpy], [@pandas], [@scipy], [@matplotlib], and [@seaborn]) are familiar parts of the core scientific Python +packages involved (NumPy [@numpy], pandas [@pandas], SciPy [@scipy], matplotlib [@matplotlib], and seaborn [@seaborn]) are familiar parts of the core scientific Python ecosystem, and hence very learnable and extensible. missingno works "out of the box" with a variety of data types and formats, and provides an extremely compact API. -# References \ No newline at end of file +# References