From 15902badf31516bc0de72a3ba1c19cc1fe5a93c8 Mon Sep 17 00:00:00 2001 From: aj-34719 <71385648+aj-34719@users.noreply.github.com> Date: Thu, 1 Oct 2020 18:26:29 +0530 Subject: [PATCH] Update __init__.py --- pandas_cub/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandas_cub/__init__.py b/pandas_cub/__init__.py index 029fc52..dedc4f1 100644 --- a/pandas_cub/__init__.py +++ b/pandas_cub/__init__.py @@ -48,6 +48,9 @@ def __len__(self): int: the number of rows in the dataframe """ pass + + def _check_instance_in_array(self,Data): + pass @property def columns(self):