I need to check whether justPrices[i].substr(commapos+2,1). The string is something like: "blabla,120" In this case it would check whether '0' is a number. Ho
I have a list of list of type: [[1, 'A', 'aa'], [2 'B', 'bb'], [3, 'C', 'cc']] I want to get the next dataframe: id col1 col2 1 A aa 2 B bb 3 C cc This solu
It seems like I have an issue where a folder "Resources/" was added to .gitignore on our development branch, while another developer mistakenly committed files
I have a strange issue. I use CKEditor-4 to collect formatted text from user in form of html. Also, the html content is filtered using htmlpurifier from the ser
We try to install Prometheus in AWS EKS through kube-prometheus, However, we got an error for kubectl top command. kubectl top po -n monitoring error: Metrics
I have notebook that runs a machine learning jobs in databrick, i'm using dbutils to accept variables and pass that to notebook. I have created another notebook
So I know how to include the medians but I can’t seem to figure out how to round them. This is what I have so far (if I mess up with how I include the cod
I have following table with records: create table tblte ( dat varchar(50) ); insert into tblte(dat) values('Sep 07 2018'); insert into tblte(dat) values('S