Posts by Asher • 43 points
3 posts
-
-1
votes0
answers29
viewsQ: Filter list inside list
My question is how to compare my list and filter it. The case would be if, the data entry on my list contains a list, I separate this list. I tried by type(list) but returned nothing. I appreciate…
-
3
votes3
answers79
viewsQ: Select right line with Split in TXT
My doubt is on how after separating the lines into lists, I can also take these values and just do the append of the right line (numero_linha of function). But also, manage to catch the whole line,…
-
0
votes1
answer78
viewsQ: Function extract Python csv column
I did this function to extract the desired column from csv. Then, make an append in column[] passing a while to only take the Dice from the corresponding column. And finally a condition to separate…