ils--

parent 105285ec
...@@ -212,17 +212,7 @@ ...@@ -212,17 +212,7 @@
" x = choice(tempdata)\n", " x = choice(tempdata)\n",
" if x not in TempatWisata:\n", " if x not in TempatWisata:\n",
" TempatWisata.append(x)\n", " TempatWisata.append(x)\n",
" return TempatWisata\n", " return TempatWisata\n"
"\n",
"#Using Set DataFrame\n",
"#def generateTempatWisataSetJumlah(N):\n",
" #arr = df[\"Tempat Wisata\"].sample(N, replace = True)\n",
" #TempatWisata_1.append(arr)\n",
" #return TempatWisata_1\n",
"\n",
"# def generate(datatempat):\n",
" # tempatwisata = generateTempatWisataDataFrame(datatempat)\n",
" # return tempatwisata"
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment