diff --git a/jupyter-notes/Panda Bamboo.ipynb b/jupyter-notes/Panda Bamboo.ipynb index bef1d4d..ad8c37f 100644 --- a/jupyter-notes/Panda Bamboo.ipynb +++ b/jupyter-notes/Panda Bamboo.ipynb @@ -31,7 +31,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 36, "metadata": {}, "outputs": [], "source": [ @@ -52,9 +52,22 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 37, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + " GameName\n", + "0 Baldur's Gate 3 Early Access Review\n", + "1 Control: Ultimate Edition Cloud Version Review\n", + "2 Doom Eternal: The Ancient Gods Part 1 Review\n", + "3 Watch Dogs: Legion Review\n", + "4 Ring Of Pain Review\n" + ] + } + ], "source": [ "# Unclean showcase\n", "unclean = df1\n", @@ -119,7 +132,7 @@ }, { "cell_type": "code", - "execution_count": 28, + "execution_count": 33, "metadata": {}, "outputs": [ { @@ -221,13 +234,12 @@ "# print(merged.head(10))\n", "columns = df1.columns\n", "merged = pd.concat([df2,df1], sort=False, ignore_index=True) #Good\n", - "merged = pd.concat([df1,merged], sort=False, ignore_index=True)\n", "print(merged.head(20))" ] }, { "cell_type": "code", - "execution_count": 29, + "execution_count": 34, "metadata": {}, "outputs": [], "source": [