Posts by GABRIEL ANDRADE QUEIROZ • 21 points
3 posts
- 
		0 votes1 answer202 viewsQ: How to add columns of different pandas dataframes?I am trying to add columns between two tables "daily" and "monthly" as a way to update the columns "sum" and "Count". However, for some lines the sum returns empty. The file "diario" has 4800 lines… 
- 
		0 votes2 answers58 viewsA: How to add specific intervals of several lines?Based on my colleague’s reply hkotsubo: It helped a lot! I have not changed according to your second suggestion, but from your idea came up: sequencia = "" imsi = "" msisdn = "" operadora = ""… pythonanswered GABRIEL ANDRADE QUEIROZ 21
- 
		1 votes2 answers58 viewsQ: How to add specific intervals of several lines?I have a file with several lines and I want to add a certain range considering all lines. To simplify, I took as an example: AAA0000011111000090011 BBB0000011111000080011 CCC0000011111000070011… pythonasked GABRIEL ANDRADE QUEIROZ 21