I have run the below lines in the pypsark shell (mac, 8 cores). import pandas as pd df = spark.createDataFrame(pd.DataFrame(dict(a = list(range(1000))) df.show(
i have a vue js project created with vue create vue-js-client-crud and built it with command npm run build file : router.js import Vue from "vue"; import Rou
I am implementing some new ideas, but when I am running through the code it gives me the error: InvalidArgumentError(): Incompatible shapes: [4,784] vs [784,4]
I have imputed my data with mice, but now I need to create an indexes with the imputed variables. I want this new variable to be present in all of my iterations
how do we calculate combinations of numbers where a specific digit occurs more than n number of times ? eg : in 4 digit number 1112, 1 occurs 3 times. again 121
im trying to create a lottery ticket generator where i have 5 numbers (from 1 to 50) and 2 other numbers (from 1 to 12) called stars. The five numbers cant be t
I have a complex ansible setup which I want to refactor, with variables defined in various places / at various levels. I am aware of the basic inheritance rules
I have a ASP.NET Core 5 Web API console application. When I run it it runs under the current Windows user. How can I change it to a different user on the local
Clicking on the 'pencil' icon on the stack trace page tries to open phpstorm instead of vscode. and i don't even have phpstorm installed. I would like the butto