So I am trying to automate a powerbi database back-up using pg_dump -d powerbi -h HOST -U USER -n SCHEMA_NAME > dump.sql When running this on the command lin
I'm trying to get the data from the previous 14 days based on one row and add each value to it's own column. I have made code that will retrieve this data and r
I'm working on a .NET Framework 4.5.2 legacy application. I need the plain ConnectionString of my application, but I don't know how to read it. Unfortunately th
actually i'm learning swift with Xcode 11.3.1 to build apps. I got a question for working with arrays. I have two arrays and want to combine both by selecting m
My App was working perfectly and smoothly without adding the applovin SDK, how do I solve the issue of the problem that I encountered? Here's my Gradle file (Ro
I am trying to copy BigTable table from one instance to other but it seems like there is no direct way to do it. I am exploring Dataflow jobs that export to GCS
I have dataframe with 2 columns: listDF = df.select('columnA', 'columnB') But when I try to get the number of records or even show them, I always get an error