Example yaml file being edited: FTP_Folder: C:/Users/admin/Documents/Data DBtables: CurrentMinuteLoad: CSV_File: trend.csv Table_Name: currentminutel
'`import pandas from openpyxl import load_workbook mypath="C:\Users\egoyrat\Desktop\smt tracker\Swap Manual Tracking_v1 (12).xlsx" wb = load_workbook(mypath,rea
I have an input dataframe. I have also a list, with the same len as the number of rows in the dataframe. Every element of the list is a dictionary: the key is t
The example below reproduces my problem. There is a string variable which takes several values. I want to create a global list and iterate over it in a loop. Bu
I am making a CI/CD pipeline for an application with React Js front-end and Java Spring Boot backend. When I run the build every time fail and get an error. I f
while using the python library for the opcua communication I get this error "BadDeviceFailure: There has been a failure in the device/data source that generates
I'm attempting to write a simple ScopeGuard based on Alexandrescu concepts but with c++11 idioms. namespace RAII { template< typename Lambda > c
Is there a text editor on Linux that allows me to see line breaks and carriage returns? Does Vim support this feature?
I have a project that I am trying to run named Veganettest inside of my visual studio code editor, however, when I run docker-compose up I receive an error that