Im working with pandas module in python. In my script im trying to get each value of the DataFrame and transforming them in another DataFrame that every value are replaced by the number 1 (n times as the range of the number), like:Im working with pandas module in python. In my