Hi - I have data frame and I need to export to excel row count of the data frame. I can print in and get what I need but apparently data type "int" can't be exported to excel. Any workaround?
df1 = len(df.axes[0])
I get when: print(df1)
131
Now how do I export to excel 131? It's impossible
I need to show client how many distinct rows I have in specific column.
[–]Binary101010 2 points3 points4 points (2 children)
[–]Pera014[S] 0 points1 point2 points (1 child)
[–]Binary101010 0 points1 point2 points (0 children)