From d1d5653cc7f339e88aa92963434256e3259bbd92 Mon Sep 17 00:00:00 2001 From: Dimidrosh Date: Sun, 28 Apr 2024 12:07:05 +0300 Subject: [PATCH] changed name from "spandas" to "SPandas" --- spandas/plots.py | 2 +- spandas/preprocessing.py | 4 ++-- tests/test.ipynb | 2 +- tests/test.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spandas/plots.py b/spandas/plots.py index 6cf2ea5..3342a20 100644 --- a/spandas/plots.py +++ b/spandas/plots.py @@ -1,7 +1,7 @@ import matplotlib.pyplot as plt from matplotlib import font_manager from pandas import DataFrame -from spandas.utils import is_float +from SPandas.utils import is_float from typing import Tuple diff --git a/spandas/preprocessing.py b/spandas/preprocessing.py index 50727aa..314f7e9 100644 --- a/spandas/preprocessing.py +++ b/spandas/preprocessing.py @@ -3,8 +3,8 @@ # third party from art import tprint -from spandas.plots import print_distributions -from spandas.utils import is_float +from SPandas.plots import print_distributions +from SPandas.utils import is_float import pandas as pd diff --git a/tests/test.ipynb b/tests/test.ipynb index 2e94077..6bf9b9c 100644 --- a/tests/test.ipynb +++ b/tests/test.ipynb @@ -8,7 +8,7 @@ "source": [ "import pandas as pd\n", "from matplotlib import font_manager\n", - "from spandas.preprocessing import *" + "from SPandas.preprocessing import *" ] }, { diff --git a/tests/test.py b/tests/test.py index 45acf9b..e0bcd61 100644 --- a/tests/test.py +++ b/tests/test.py @@ -3,7 +3,7 @@ import matplotlib.pyplot as plt import seaborn as sns import numpy as np -from spandas.preprocessing import * +from SPandas.preprocessing import * # url = "ecology.xlsx" # url = 'База данных Оригинал.xlsx'