Home > OS >  Data tables MATLAB to Python
Data tables MATLAB to Python

Time:01-22

I'm not well parsed in Python since I'm trying to translate this MATLAB code which basically goes line by line analyzing big data tables to python with little to no success. So far I have been able to import the excel data sheet to python and little to no succes in assigning the new values of the array after the second if in python.

    clear all; clc;

T=input('Ingrese el numero de filas en el BOM: ');
asig=sprintf('A1:AU%g',T); %Asign arrays to analyze

           
  •  Tags:  
  • Related