I want to query an ActiveRecord model, modify it, and calculate the size of the new object in mb. How do I do this?
I ask for a little attention and dedication to my problem. Namely, I have a defined color themes (white and black) in Style for day and night mode. Then, with t
I have a copy activity that copy on premise sql data to parquet format in data lake gen2. But I need to copy sql data to delta format in the same data lake. I
so I have the following dataframe. In essence it gives me the participation of two commodities (commodity 55 and 73) relative to the world's trade value, that f
The program is: import numpy as np import pandas as pd p = {'item' : ['apple','apple','orange','orange','guns','guns','guns'],'Days' : ['Mon' , 'Tue' , 'Wed' ,
My problem seems obvious and duplicated but I can't manage to make it work. I'm trying to achieve the famous stretchy header effect (image's top side stuck to t
I have trained the fbprophet model using multivariate data for 80% of train data and 20% test. I would like to train and predict data for 5 days into the future
*** Test Cases *** SignUp open browser ${url} ${browser} maximize browser window set selenium speed 2s Click Element xpath://a[text()="Create New A
I was trying to run my app and for some reason when I tried to import FirebaseAuth I got an error. I used the correct workspace and made sure that I installed i
I do a post to https://api.instagram.com but I don't know how to read the response. When I try console.log(response.body); I get undefined Here is my code: va