From d76436dbd9d795ce52afb5762cd7d29231281682 Mon Sep 17 00:00:00 2001 From: "konstantin.bosbach" Date: Thu, 18 Mar 2021 08:32:11 +0100 Subject: [PATCH] Changed "panda" to "pandas" --- fsl_mrs_mce/synth_and_ana.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsl_mrs_mce/synth_and_ana.py b/fsl_mrs_mce/synth_and_ana.py index 9acd7ee..4982837 100644 --- a/fsl_mrs_mce/synth_and_ana.py +++ b/fsl_mrs_mce/synth_and_ana.py @@ -1,7 +1,7 @@ # Synthetise new data and analyse it directly to return fit parameters import numpy as np -import panda as pd +import pandas as pd from fsl_mrs.core import MRS from fsl_mrs.utils import plotting, mrs_io