I have kubernetes job defined as following: apiVersion: batch/v1 kind: Job metadata: name: redis-master namespace: sandbox labels: app: redis spec:
I have 2 python files a and b that are mutually dependent which raises a circular import error anytime when I import one from the other. I saw this post onlin
In the new version of Flutter, I encountered an error as follows. error: The argument type 'List?' can't be assigned to the parameter type 'dynamic Function(Lis
I am relatively new to this with programming and am reading an introductory course where one task is to read information from sex workers in a sales force. The
I have a xml file where I want to extract data from. I tried using python, but when I try to use an example script I found online, I can't extract the data I wa
So my goal is to create a quiz. I first went about it with global variables but despite using return and global indicator I couldn't get it to work so I went to
I have a dataframe, which has been sorted by user and by time df = pd.DataFrame({'user' : ['A', 'A', 'A', 'B', 'B', 'B','B'], 'location' : ['hous
I'm using Tableau and I want to connect a workbook to a data source connected to BigQuery, in BigQuery the query process 700 MB of data. The question is, is the
I needed to install Hadoop in order to have Spark running on my WSL2 Ubuntu for school projects. I installed Hadoop 3.3.1 and Spark 3.2.1 follow those two tutor