Posts by Henrique Faziali Bueno • 1 point
2 posts
-
0
votes0
answers56
viewsQ: VLOOKUP IN PYTHON USING MERGE
I have a dataframe called df with a column of countries in several languages and another dataframe called ct that I have a column with countries in several languages and another column with the same…
-
0
votes1
answer1805
viewsQ: Remove Automatically Generated Number Column in Dataframe Pandas
I created a dataframe in pandas, everything works perfect, but when I export to Excel, it appears this first column with these numbers. I would like to remove it, but commands like . drop do not…