Posts by Re_Moreira • 31 points
2 posts
-
2
votes2
answers59
viewsA: Create Dataframe from lists with different sizes, keeping the data matching
Guys, I was able to solve the issue of creating Dataframe without losing the indexing of column information! The solution was to use the Collections - namedtuple library This function allows the…
-
0
votes2
answers59
viewsQ: Create Dataframe from lists with different sizes, keeping the data matching
I have lists of different lengths with data extracted from a PDF. Each value and code is part (is inside) of a respective note: cliente = ['12345','15432'] nota = ['21/0576750-3', '20/063859-1']…