Skip to content

Commit

Permalink
Create order dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo committed Sep 7, 2020
1 parent 31f1c72 commit 8ad2a94
Show file tree
Hide file tree
Showing 7 changed files with 2,025 additions and 1,080 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"%autoreload 2\n",
"from src.config import RAW_DATA_PATH\n",
"from src.IOController import create_pyspark_session\n",
"from src.DataProcessor import create_order_items, explore_dataframe"
"from src.DataProcessor import create_trusted_order_items, explore_dataframe"
]
},
{
Expand Down Expand Up @@ -325,7 +325,7 @@
}
],
"source": [
"tmp = create_order_items(df)\n",
"tmp = create_trusted_order_items(spark)\n",
"explore_dataframe(tmp)\n",
"tmp.limit(3).toPandas().T"
]
Expand Down
Loading

0 comments on commit 8ad2a94

Please sign in to comment.