From 0634ba42d557f1fd9df7ab5421969c636b54fc5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bukowski?= Date: Fri, 21 Feb 2020 21:28:57 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 810b123..e992d91 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Multiprocessing correlation calculation for Python ======================= [![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