Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to Resolve "Unhashable Type: Index" Error Code in Python3?

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 356
    Answer it

    I'm getting "Unhashable Type: index" error in python code. Can you please help to resolve this? I'm using python3.

     

    1. df_temp_cns = pd.read_excel(r"/nsmnt/NS_Exec_DSHBD/IS_IT_Demad_Perf/cns_weekly/SrcFile/JnJ_CNS_Weekly_No_Indication_WE_2019-01-25.xlsx", header=0, skiprows=0)
    2.         z = 0
    3.         for x in range(0,20): #movies_skip_rows.index:
    4.          if z > 24:
    5.          break
    6.          z = 0
    7.          for y in range(0,25):
    8.          m = df_temp_cns.iloc[x,y]
    9.          if pd.notnull(m):
    10.          z = z+1
    11.  
    12.         # Read the pivot table from excel
    13.         df_cns = pd.read_excel(r"/nsmnt/NS_Exec_DSHBD/IS_IT_Demad_Perf/cns_weekly/SrcFile/JnJ_CNS_Weekly_No_Indication_WE_2019-01-25.xlsx", header=0, skiprows=x+1)
    14.  
    15.         # De-pivot data and rename columns
    16.         df_cns_depivot = pd.melt(df_cns, id_vars=df_cns.columns[0],value_vars=df_cns.columns[1:], value_name="Units")

    Below line i'm getting error-

    1. df_cns_depivot = pd.melt(df_cns, id_vars=df_cns.columns[0],value_vars=df_cns.columns[1:], value_name="Units")

     

 0 Answer(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: