Posts by Leonardo Kamke • 1 point
1 post
- 
		0 votes2 answers3821 viewsQ: Python iloc[] function (Pandas)I saw a code that the iloc function was like this: x = dados.iloc[0:-1, d:] y = dados.iloc[d].values[0] I read that iloc Select the row and column, but what would that be d there ?…