I'm receiving the message "Use of deleted function" when I combine the use of an ofstream (which I later want to use to record information) and the placement of
I am working on a script using the Lending Club API to predict whether a loan will "pay in full" or "charge off". To do this I am using scikit-learn to build th
I am using the following code but I am missing something percentagechange = [-2.704974336321264, -9.75579724548381, 161.1083287764476, -2.3049580623481725, -3.2
I have a table (TableA) in a SQL database stored in a Server, accessible via Microsoft SQL Server Management Studio. Then I have a Databricks notebook which cre
I am trying to implement GST validation in php. if(!preg_match("/^([0-5]){2}([a-zA-Z]){5}([0-9]){4}([a-zA-Z]){1}([a-zA-Z0-9]){1}([a-zA-Z]){1}([0-9]){1}?$/", $t
I am getting a date from an XML file which is found in the following way in the 2019-05-13T16:02:16. After obtaining this date in a PHP variab