Marc Schmidt

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 8
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Posts

Recent activity by Marc Schmidt Recent activity Votes
  • Connect a variable with the number of columns in a matrix

    Ongoing

    Hello, I have for example 4 products with the following information from a pandas dataframe df.:                  product_1     product_2     product_3   product_4mean        25,2                29...

  • Convert the headings of a matrix into a list and sort them according to one row

    Answered

    Hello,  I want to gernerate a list of products which is sorted by the mean of the products.  I have a pandas matrix like this                 Product1         Product2       Product3freq.          ...

  • Matrix: Sum of a column

    Answered

    Hello everyone, I'm new to Python and could need your help.  I would like to sum up a column in a matrix.  My matrix is defined with pandas:  cities = [1,2,3,4,5] seq = [[0, 3, 0, 5, 0], [1, 2, 3, ...