Skip to content

Commit

Permalink
try DF.items in stead
Browse files Browse the repository at this point in the history
Signed-off-by: Sajid Alam <[email protected]>
  • Loading branch information
SajidAlamQB committed Jun 6, 2024
1 parent 8fe2f6d commit 535fde3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from kedro_datasets.spark.spark_dataset import _get_spark

logger = logging.getLogger(__name__)
pd.DataFrame.iteritems = pd.DataFrame.items


@dataclass(frozen=True)
Expand Down
3 changes: 1 addition & 2 deletions kedro-datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ test = [
"opencv-python~=4.5.5.64",
"openpyxl>=3.0.3, <4.0",
"pandas-gbq>=0.12.0",
"pandas>=2.0; python_version < '3.11'",
"pandas>=2.0; python_version >= '3.11'",
"pandas>=2.0",
"Pillow~=9.0",
"plotly>=4.8.0, <6.0",
"polars[xlsx2csv, deltalake]~=0.18.0",
Expand Down

0 comments on commit 535fde3

Please sign in to comment.