From 594e219b828a9f1441aa29a5c64146a5e78ac16b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bukowski?= Date: Fri, 21 Feb 2020 21:21:56 +0100 Subject: [PATCH] Change build badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 693661a..810b123 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Multiprocessing correlation calculation for Python ======================= -![Travis build](https://travis-ci.com/bukson/nancorrmp.svg?branch=master) - +[![Build Status](https://travis-ci.com/bukson/nancorrmp.svg?branch=master)](https://travis-ci.com/bukson/nancorrmp) +8 `nancorrmp` is a small module for calculating correlations of big numpy arrays or pandas dataframes with NaNs and infs, using multiple cores. Default `numpy.corrcoef` method does not calculate correlations with input that contains NaNs and infs and `pandas` method `pandas.DataFrame.corr` is single thread